#C6BB42

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

Shades of Old Gold #C6BB42

Tints of Old Gold #C6BB42

Color information

#C6BB42 (or 0xC6BB42) is unknown color: approx Old Gold. HEX triplet: C6, BB and 42. RGB value is (198,187,66). Sum of RGB (Red+Green+Blue) = 198+187+66=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BB42 is #3944BD. Grayscale: #B0B0B0. Windows color (decimal): -3753150 or 4373446. OLE color: 4373446.

HSL color Cylindrical-coordinate representation of color #C6BB42: hue angle of 55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6BB42 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB19818766-
CMYK00.060.670.22
HSL55º53.66%51.76%-
HSV(B)55º66.67%77.65%-
XYZ42.0447.9412.19-
YUV176.565.64143.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 66 (26.17% from 255) = 14.63%
R=43.90%
G=41.46%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981876600.060.670.225553.6651.76
HexC6BB42064316373634
Octal3062731020610326676664
Binary110001101011101110000100110100001110110110111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB42; }

 p { color: rgb(198,187,66); }

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

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

 a { background-color: rgb(198,187,66); }

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

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

 span { border-color: rgb(198,187,66); }

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