#c6b844

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

Shades of Old Gold #C6B844

Tints of Old Gold #C6B844

Color information

#C6B844 (or 0xC6B844) is unknown color: approx Old Gold. HEX triplet: C6, B8 and 44. RGB value is (198,184,68). Sum of RGB (Red+Green+Blue) = 198+184+68=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B844 is #3947BB. Grayscale: #AFAFAF. Windows color (decimal): -3753916 or 4503750. OLE color: 4503750.

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

Color convert

RGB19818468-
CMYK00.070.660.22
HSL53.54º53.28%52.16%-
HSV(B)53.54º65.66%77.65%-
XYZ41.4746.712.3-
YUV174.9667.64144.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 68 (26.95% from 255) = 15.11%
R=44%
G=40.89%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981846800.070.660.2253.5453.2852.16
HexC6B844074216363534
Octal3062701040710226666564
Binary110001101011100010001000111100001010110110110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6b844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6b844; }

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

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

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

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

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

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

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

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