#C6BF4A

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

Shades of Old Gold #C6BF4A

Tints of Old Gold #C6BF4A

Color information

#C6BF4A (or 0xC6BF4A) is unknown color: approx Old Gold. HEX triplet: C6, BF and 4A. RGB value is (198,191,74). Sum of RGB (Red+Green+Blue) = 198+191+74=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BF4A is #3940B5. Grayscale: #B4B4B4. Windows color (decimal): -3752118 or 4898758. OLE color: 4898758.

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

Color convert

RGB19819174-
CMYK00.040.630.22
HSL56.61º52.1%53.33%-
HSV(B)56.61º62.63%77.65%-
XYZ43.1649.7613.81-
YUV179.7668.32141.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.76%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 74 (29.30% from 255) = 15.98%
R=42.76%
G=41.25%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981917400.040.630.2256.6152.153.33
HexC6BF4A043F16393435
Octal306277112047726716465
Binary11000110101111111001010010011111110110111001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BF4A; }

 p { color: rgb(198,191,74); }

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

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

 a { background-color: rgb(198,191,74); }

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

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

 span { border-color: rgb(198,191,74); }

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