#C6B832

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

Shades of Old Gold #C6B832

Tints of Old Gold #C6B832

Color information

#C6B832 (or 0xC6B832) is unknown color: approx Old Gold. HEX triplet: C6, B8 and 32. RGB value is (198,184,50). Sum of RGB (Red+Green+Blue) = 198+184+50=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B832 is #3947CD. Grayscale: #ADADAD. Windows color (decimal): -3753934 or 3324102. OLE color: 3324102.

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

Color convert

RGB19818450-
CMYK00.070.750.22
HSL54.32º59.68%48.63%-
HSV(B)54.32º74.75%77.65%-
XYZ4146.529.84-
YUV172.9158.64145.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 184 (72.27% from 255) = 42.59%
BLUE value IS 50 (19.92% from 255) = 11.57%
R=45.83%
G=42.59%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981845000.070.750.2254.3259.6848.63
HexC6B832074B16363c31
Octal306270620711326667461
Binary11000110101110001100100111100101110110110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B832; }

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

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

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

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

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

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

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

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