#C6A93C

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

Shades of Old Gold #C6A93C

Tints of Old Gold #C6A93C

Color information

#C6A93C (or 0xC6A93C) is unknown color: approx Old Gold. HEX triplet: C6, A9 and 3C. RGB value is (198,169,60). Sum of RGB (Red+Green+Blue) = 198+169+60=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A93C is #3956C3. Grayscale: #A5A5A5. Windows color (decimal): -3757764 or 3975622. OLE color: 3975622.

HSL color Cylindrical-coordinate representation of color #C6A93C: hue angle of 47.39º 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 #C6A93C is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19816960-
CMYK00.150.700.22
HSL47.39º54.76%50.59%-
HSV(B)47.39º69.7%77.65%-
XYZ38.2940.7110.11-
YUV165.2468.61151.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 169 (66.41% from 255) = 39.58%
BLUE value IS 60 (23.83% from 255) = 14.05%
R=46.37%
G=39.58%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981696000.150.700.2247.3954.7650.59
HexC6A93C0F46162f3733
Octal3062517401710626576763
Binary110001101010100111110001111100011010110101111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A93C; }

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

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

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

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

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

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

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

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