#c6a632

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

Shades of Metallic Gold #C6A632

Tints of Metallic Gold #C6A632

Color information

#C6A632 (or 0xC6A632) is unknown color: approx Metallic Gold. HEX triplet: C6, A6 and 32. RGB value is (198,166,50). Sum of RGB (Red+Green+Blue) = 198+166+50=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A632 is #3959CD. Grayscale: #A2A2A2. Windows color (decimal): -3758542 or 3319494. OLE color: 3319494.

HSL color Cylindrical-coordinate representation of color #C6A632: hue angle of 47.03º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6A632 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19816650-
CMYK00.160.750.22
HSL47.03º59.68%48.63%-
HSV(B)47.03º74.75%77.65%-
XYZ37.539.518.67-
YUV162.3464.6153.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.83%
GREEN value IS 166 (65.23% from 255) = 40.10%
BLUE value IS 50 (19.92% from 255) = 12.08%
R=47.83%
G=40.10%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981665000.160.750.2247.0359.6848.63
HexC6A6320104B162f3c31
Octal3062466202011326577461
Binary1100011010100110110010010000100101110110101111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6a632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6a632; }

 p { color: rgb(198,166,50); }

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

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

 a { background-color: rgb(198,166,50); }

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

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

 span { border-color: rgb(198,166,50); }

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