#C6A631

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

Shades of Metallic Gold #C6A631

Tints of Metallic Gold #C6A631

Color information

#C6A631 (or 0xC6A631) is unknown color: approx Metallic Gold. HEX triplet: C6, A6 and 31. RGB value is (198,166,49). Sum of RGB (Red+Green+Blue) = 198+166+49=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A631 is #3959CE. Grayscale: #A2A2A2. Windows color (decimal): -3758543 or 3253958. OLE color: 3253958.

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

Color convert

RGB19816649-
CMYK00.160.750.22
HSL47.11º60.32%48.43%-
HSV(B)47.11º75.25%77.65%-
XYZ37.4839.58.55-
YUV162.2364.1153.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 166 (65.23% from 255) = 40.19%
BLUE value IS 49 (19.53% from 255) = 11.86%
R=47.94%
G=40.19%
B=11.86%

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
Decimal1981664900.160.750.2247.1160.3248.43
HexC6A6310104B162f3c30
Octal3062466102011326577460
Binary1100011010100110110001010000100101110110101111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A631; }

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

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

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

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

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

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

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

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