#C6AF3C

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

Shades of Old Gold #C6AF3C

Tints of Old Gold #C6AF3C

Color information

#C6AF3C (or 0xC6AF3C) is unknown color: approx Old Gold. HEX triplet: C6, AF and 3C. RGB value is (198,175,60). Sum of RGB (Red+Green+Blue) = 198+175+60=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF3C is #3950C3. Grayscale: #A9A9A9. Windows color (decimal): -3756228 or 3977158. OLE color: 3977158.

HSL color Cylindrical-coordinate representation of color #C6AF3C: hue angle of 50º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6AF3C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19817560-
CMYK00.120.700.22
HSL50º54.76%50.59%-
HSV(B)50º69.7%77.65%-
XYZ39.4342.9910.49-
YUV168.7766.62148.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 60 (23.83% from 255) = 13.86%
R=45.73%
G=40.42%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981756000.120.700.225054.7650.59
HexC6AF3C0C4616323733
Octal3062577401410626626763
Binary110001101010111111110001100100011010110110010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AF3C; }

 p { color: rgb(198,175,60); }

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

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

 a { background-color: rgb(198,175,60); }

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

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

 span { border-color: rgb(198,175,60); }

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