#C6BC3C

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

Shades of Old Gold #C6BC3C

Tints of Old Gold #C6BC3C

Color information

#C6BC3C (or 0xC6BC3C) is unknown color: approx Old Gold. HEX triplet: C6, BC and 3C. RGB value is (198,188,60). Sum of RGB (Red+Green+Blue) = 198+188+60=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC3C is #3943C3. Grayscale: #B0B0B0. Windows color (decimal): -3752900 or 3980486. OLE color: 3980486.

HSL color Cylindrical-coordinate representation of color #C6BC3C: hue angle of 55.65º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6BC3C is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19818860-
CMYK00.050.700.22
HSL55.65º54.76%50.59%-
HSV(B)55.65º69.7%77.65%-
XYZ42.0948.311.38-
YUV176.462.31143.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 188 (73.83% from 255) = 42.15%
BLUE value IS 60 (23.83% from 255) = 13.45%
R=44.39%
G=42.15%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981886000.050.700.2255.6554.7650.59
HexC6BC3C054616383733
Octal306274740510626706763
Binary11000110101111001111000101100011010110111000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC3C; }

 p { color: rgb(198,188,60); }

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

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

 a { background-color: rgb(198,188,60); }

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

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

 span { border-color: rgb(198,188,60); }

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