#c6a134

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

Shades of Metallic Gold #C6A134

Tints of Metallic Gold #C6A134

Color information

#C6A134 (or 0xC6A134) is unknown color: approx Metallic Gold. HEX triplet: C6, A1 and 34. RGB value is (198,161,52). Sum of RGB (Red+Green+Blue) = 198+161+52=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A134 is #395ECB. Grayscale: #A0A0A0. Windows color (decimal): -3759820 or 3449286. OLE color: 3449286.

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

Color convert

RGB19816152-
CMYK00.190.740.22
HSL44.79º58.4%49.02%-
HSV(B)44.79º73.74%77.65%-
XYZ36.6537.748.6-
YUV159.6467.26155.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.18%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 52 (20.70% from 255) = 12.65%
R=48.18%
G=39.17%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981615200.190.740.2244.7958.449.02
HexC6A1340134A162d3a31
Octal3062416402311226557261
Binary1100011010100001110100010011100101010110101101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6a134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6a134; }

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

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

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

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

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

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

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

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