#C6AE51

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

Shades of Sundance #C6AE51

Tints of Sundance #C6AE51

Color information

#C6AE51 (or 0xC6AE51) is unknown color: approx Sundance. HEX triplet: C6, AE and 51. RGB value is (198,174,81). Sum of RGB (Red+Green+Blue) = 198+174+81=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AE51 is #3951AE. Grayscale: #AAAAAA. Windows color (decimal): -3756463 or 5353158. OLE color: 5353158.

HSL color Cylindrical-coordinate representation of color #C6AE51: hue angle of 47.69º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6AE51 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB19817481-
CMYK00.120.590.22
HSL47.69º50.65%54.71%-
HSV(B)47.69º59.09%77.65%-
XYZ39.9142.8713.96-
YUV170.5777.45147.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.71%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 81 (32.03% from 255) = 17.88%
R=43.71%
G=38.41%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981748100.120.590.2247.6950.6554.71
HexC6AE510C3B16303337
Octal3062561210147326606367
Binary110001101010111010100010110011101110110110000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AE51; }

 p { color: rgb(198,174,81); }

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

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

 a { background-color: rgb(198,174,81); }

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

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

 span { border-color: rgb(198,174,81); }

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