#C6AA4C

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

Shades of Sundance #C6AA4C

Tints of Sundance #C6AA4C

Color information

#C6AA4C (or 0xC6AA4C) is unknown color: approx Sundance. HEX triplet: C6, AA and 4C. RGB value is (198,170,76). Sum of RGB (Red+Green+Blue) = 198+170+76=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA4C is #3955B3. Grayscale: #A8A8A8. Windows color (decimal): -3757492 or 5024454. OLE color: 5024454.

HSL color Cylindrical-coordinate representation of color #C6AA4C: hue angle of 46.23º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6AA4C is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19817076-
CMYK00.140.620.22
HSL46.23º51.69%53.73%-
HSV(B)46.23º61.62%77.65%-
XYZ38.9741.2812.75-
YUV167.6676.28149.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.59%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 76 (30.08% from 255) = 17.12%
R=44.59%
G=38.29%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981707600.140.620.2246.2351.6953.73
HexC6AA4C0E3E162e3436
Octal3062521140167626566466
Binary110001101010101010011000111011111010110101110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AA4C; }

 p { color: rgb(198,170,76); }

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

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

 a { background-color: rgb(198,170,76); }

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

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

 span { border-color: rgb(198,170,76); }

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