#C6BB3F

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

Shades of Old Gold #C6BB3F

Tints of Old Gold #C6BB3F

Color information

#C6BB3F (or 0xC6BB3F) is unknown color: approx Old Gold. HEX triplet: C6, BB and 3F. RGB value is (198,187,63). Sum of RGB (Red+Green+Blue) = 198+187+63=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BB3F is #3944C0. Grayscale: #B0B0B0. Windows color (decimal): -3753153 or 4176838. OLE color: 4176838.

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

Color convert

RGB19818763-
CMYK00.060.680.22
HSL55.11º54.22%51.18%-
HSV(B)55.11º68.18%77.65%-
XYZ41.9647.9111.74-
YUV176.1564.14143.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 187 (73.44% from 255) = 41.74%
BLUE value IS 63 (25% from 255) = 14.06%
R=44.20%
G=41.74%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981876300.060.680.2255.1154.2251.18
HexC6BB3F064416373633
Octal306273770610426676663
Binary11000110101110111111110110100010010110110111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB3F; }

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

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

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

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

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

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

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

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