#C6B847

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

Shades of Old Gold #C6B847

Tints of Old Gold #C6B847

Color information

#C6B847 (or 0xC6B847) is unknown color: approx Old Gold. HEX triplet: C6, B8 and 47. RGB value is (198,184,71). Sum of RGB (Red+Green+Blue) = 198+184+71=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B847 is #3947B8. Grayscale: #AFAFAF. Windows color (decimal): -3753913 or 4700358. OLE color: 4700358.

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

Color convert

RGB19818471-
CMYK00.070.640.22
HSL53.39º52.7%52.75%-
HSV(B)53.39º64.14%77.65%-
XYZ41.5746.7412.79-
YUV175.369.14144.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.71%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 71 (28.12% from 255) = 15.67%
R=43.71%
G=40.62%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981847100.070.640.2253.3952.752.75
HexC6B847074016353535
Octal3062701070710026656565
Binary110001101011100010001110111100000010110110101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B847; }

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

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

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

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

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

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

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

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