#c6b729

Color #C6B729 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C6B729

Tints of Old Gold #C6B729

Color information

#C6B729 (or 0xC6B729) is unknown color: approx Old Gold. HEX triplet: C6, B7 and 29. RGB value is (198,183,41). Sum of RGB (Red+Green+Blue) = 198+183+41=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B729 is #3948D6. Grayscale: #ABABAB. Windows color (decimal): -3754199 or 2734022. OLE color: 2734022.

HSL color Cylindrical-coordinate representation of color #C6B729: hue angle of 54.27º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6B729 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB19818341-
CMYK00.080.790.22
HSL54.27º65.69%46.86%-
HSV(B)54.27º79.29%77.65%-
XYZ40.6246.038.84-
YUV171.354.47147.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 183 (71.88% from 255) = 43.36%
BLUE value IS 41 (16.41% from 255) = 9.72%
R=46.92%
G=43.36%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981834100.080.790.2254.2765.6946.86
HexC6B729084F1636422f
Octal30626751010117266610257
Binary1100011010110111101001010001001111101101101101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6b729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6b729; }

 p { color: rgb(198,183,41); }

 H1.HeaderClassName
 {
   color: #c6b729;
 }
 .AnyTagClassName
 {
   color: #c6b729;
 }
</style>
background-color css

<style>
 a { background-color: #c6b729; }

 a { background-color: rgb(198,183,41); }

 div.DivClassName
 {
   background-color: #c6b729;
 }
 .BgClassName
 {
   background-color: #c6b729;
 }
</style>
border-color css

<style>
 span { border-color: #c6b729; }

 span { border-color: rgb(198,183,41); }

 td.TdClassName
 {
   border-color: #c6b729;
 }
 .TagClassName
 {
   border-color: #c6b729;
 }
</style>