#C6BC3F

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

Shades of Old Gold #C6BC3F

Tints of Old Gold #C6BC3F

Color information

#C6BC3F (or 0xC6BC3F) is unknown color: approx Old Gold. HEX triplet: C6, BC and 3F. RGB value is (198,188,63). Sum of RGB (Red+Green+Blue) = 198+188+63=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC3F is #3943C0. Grayscale: #B1B1B1. Windows color (decimal): -3752897 or 4177094. OLE color: 4177094.

HSL color Cylindrical-coordinate representation of color #C6BC3F: hue angle of 55.56º 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 #C6BC3F is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB19818863-
CMYK00.050.680.22
HSL55.56º54.22%51.18%-
HSV(B)55.56º68.18%77.65%-
XYZ42.1748.3311.81-
YUV176.7463.81143.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 188 (73.83% from 255) = 41.87%
BLUE value IS 63 (25% from 255) = 14.03%
R=44.10%
G=41.87%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981886300.050.680.2255.5654.2251.18
HexC6BC3F054416383633
Octal306274770510426706663
Binary11000110101111001111110101100010010110111000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC3F; }

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

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

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

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

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

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

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

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