#C6A037

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

Shades of Metallic Gold #C6A037

Tints of Metallic Gold #C6A037

Color information

#C6A037 (or 0xC6A037) is unknown color: approx Metallic Gold. HEX triplet: C6, A0 and 37. RGB value is (198,160,55). Sum of RGB (Red+Green+Blue) = 198+160+55=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A037 is #395FC8. Grayscale: #9F9F9F. Windows color (decimal): -3760073 or 3645638. OLE color: 3645638.

HSL color Cylindrical-coordinate representation of color #C6A037: hue angle of 44.06º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6A037 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB19816055-
CMYK00.190.720.22
HSL44.06º56.52%49.61%-
HSV(B)44.06º72.22%77.65%-
XYZ36.5537.428.91-
YUV159.3969.09155.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 55 (21.88% from 255) = 13.32%
R=47.94%
G=38.74%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981605500.190.720.2244.0656.5249.61
HexC6A03701348162c3932
Octal3062406702311026547162
Binary1100011010100000110111010011100100010110101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A037; }

 p { color: rgb(198,160,55); }

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

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

 a { background-color: rgb(198,160,55); }

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

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

 span { border-color: rgb(198,160,55); }

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