#C6A334

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

Shades of Metallic Gold #C6A334

Tints of Metallic Gold #C6A334

Color information

#C6A334 (or 0xC6A334) is unknown color: approx Metallic Gold. HEX triplet: C6, A3 and 34. RGB value is (198,163,52). Sum of RGB (Red+Green+Blue) = 198+163+52=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A334 is #395CCB. Grayscale: #A1A1A1. Windows color (decimal): -3759308 or 3449798. OLE color: 3449798.

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

Color convert

RGB19816352-
CMYK00.180.740.22
HSL45.62º58.4%49.02%-
HSV(B)45.62º73.74%77.65%-
XYZ37.0138.458.72-
YUV160.8166.6154.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 163 (64.06% from 255) = 39.47%
BLUE value IS 52 (20.70% from 255) = 12.59%
R=47.94%
G=39.47%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981635200.180.740.2245.6258.449.02
HexC6A3340124A162e3a31
Octal3062436402211226567261
Binary1100011010100011110100010010100101010110101110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A334; }

 p { color: rgb(198,163,52); }

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

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

 a { background-color: rgb(198,163,52); }

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

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

 span { border-color: rgb(198,163,52); }

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