#C6B839

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

Shades of Old Gold #C6B839

Tints of Old Gold #C6B839

Color information

#C6B839 (or 0xC6B839) is unknown color: approx Old Gold. HEX triplet: C6, B8 and 39. RGB value is (198,184,57). Sum of RGB (Red+Green+Blue) = 198+184+57=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B839 is #3947C6. Grayscale: #AEAEAE. Windows color (decimal): -3753927 or 3782854. OLE color: 3782854.

HSL color Cylindrical-coordinate representation of color #C6B839: hue angle of 54.04º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6B839 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB19818457-
CMYK00.070.710.22
HSL54.04º55.29%50%-
HSV(B)54.04º71.21%77.65%-
XYZ41.1746.5810.69-
YUV173.7162.14145.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 184 (72.27% from 255) = 41.91%
BLUE value IS 57 (22.66% from 255) = 12.98%
R=45.10%
G=41.91%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981845700.070.710.2254.0455.2950
HexC6B839074716363732
Octal306270710710726666762
Binary11000110101110001110010111100011110110110110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B839; }

 p { color: rgb(198,184,57); }

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

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

 a { background-color: rgb(198,184,57); }

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

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

 span { border-color: rgb(198,184,57); }

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