#C6BE49

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

Shades of Old Gold #C6BE49

Tints of Old Gold #C6BE49

Color information

#C6BE49 (or 0xC6BE49) is unknown color: approx Old Gold. HEX triplet: C6, BE and 49. RGB value is (198,190,73). Sum of RGB (Red+Green+Blue) = 198+190+73=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BE49 is #3941B6. Grayscale: #B3B3B3. Windows color (decimal): -3752375 or 4832966. OLE color: 4832966.

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

Color convert

RGB19819073-
CMYK00.040.630.22
HSL56.16º52.3%53.14%-
HSV(B)56.16º63.13%77.65%-
XYZ42.949.3113.56-
YUV179.0568.15141.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.95%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 73 (28.91% from 255) = 15.84%
R=42.95%
G=41.21%
B=15.84%

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
Decimal1981907300.040.630.2256.1652.353.14
HexC6BE49043F16383435
Octal306276111047726706465
Binary11000110101111101001001010011111110110111000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BE49; }

 p { color: rgb(198,190,73); }

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

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

 a { background-color: rgb(198,190,73); }

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

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

 span { border-color: rgb(198,190,73); }

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