#C6A147

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

Shades of Sundance #C6A147

Tints of Sundance #C6A147

Color information

#C6A147 (or 0xC6A147) is unknown color: approx Sundance. HEX triplet: C6, A1 and 47. RGB value is (198,161,71). Sum of RGB (Red+Green+Blue) = 198+161+71=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A147 is #395EB8. Grayscale: #A2A2A2. Windows color (decimal): -3759801 or 4694470. OLE color: 4694470.

HSL color Cylindrical-coordinate representation of color #C6A147: hue angle of 42.52º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6A147 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB19816171-
CMYK00.190.640.22
HSL42.52º52.7%52.75%-
HSV(B)42.52º64.14%77.65%-
XYZ37.1737.9511.33-
YUV161.876.76153.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 71 (28.12% from 255) = 16.51%
R=46.05%
G=37.44%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981617100.190.640.2242.5252.752.75
HexC6A14701340162b3535
Octal30624110702310026536565
Binary11000110101000011000111010011100000010110101011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A147; }

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

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

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

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

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

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

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

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