#C6AD3F

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

Shades of Old Gold #C6AD3F

Tints of Old Gold #C6AD3F

Color information

#C6AD3F (or 0xC6AD3F) is unknown color: approx Old Gold. HEX triplet: C6, AD and 3F. RGB value is (198,173,63). Sum of RGB (Red+Green+Blue) = 198+173+63=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD3F is #3952C0. Grayscale: #A8A8A8. Windows color (decimal): -3756737 or 4173254. OLE color: 4173254.

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

Color convert

RGB19817363-
CMYK00.130.680.22
HSL48.89º54.22%51.18%-
HSV(B)48.89º68.18%77.65%-
XYZ39.1342.2510.8-
YUV167.9368.78149.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 63 (25% from 255) = 14.52%
R=45.62%
G=39.86%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981736300.130.680.2248.8954.2251.18
HexC6AD3F0D4416313633
Octal3062557701510426616663
Binary110001101010110111111101101100010010110110001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AD3F; }

 p { color: rgb(198,173,63); }

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

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

 a { background-color: rgb(198,173,63); }

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

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

 span { border-color: rgb(198,173,63); }

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