#C6AE41

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

Shades of Old Gold #C6AE41

Tints of Old Gold #C6AE41

Color information

#C6AE41 (or 0xC6AE41) is unknown color: approx Old Gold. HEX triplet: C6, AE and 41. RGB value is (198,174,65). Sum of RGB (Red+Green+Blue) = 198+174+65=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AE41 is #3951BE. Grayscale: #A9A9A9. Windows color (decimal): -3756479 or 4304582. OLE color: 4304582.

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

Color convert

RGB19817465-
CMYK00.120.670.22
HSL49.17º53.85%51.57%-
HSV(B)49.17º67.17%77.65%-
XYZ39.3842.6611.16-
YUV168.7569.45148.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 65 (25.78% from 255) = 14.87%
R=45.31%
G=39.82%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981746500.120.670.2249.1753.8551.57
HexC6AE410C4316313634
Octal30625610101410326616664
Binary1100011010101110100000101100100001110110110001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AE41; }

 p { color: rgb(198,174,65); }

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

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

 a { background-color: rgb(198,174,65); }

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

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

 span { border-color: rgb(198,174,65); }

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