#c6a245

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

Shades of Sundance #C6A245

Tints of Sundance #C6A245

Color information

#C6A245 (or 0xC6A245) is unknown color: approx Sundance. HEX triplet: C6, A2 and 45. RGB value is (198,162,69). Sum of RGB (Red+Green+Blue) = 198+162+69=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A245 is #395DBA. Grayscale: #A2A2A2. Windows color (decimal): -3759547 or 4563654. OLE color: 4563654.

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

Color convert

RGB19816269-
CMYK00.180.650.22
HSL43.26º53.09%52.35%-
HSV(B)43.26º65.15%77.65%-
XYZ37.2838.2811.05-
YUV162.1675.43153.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 69 (27.34% from 255) = 16.08%
R=46.15%
G=37.76%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981626900.180.650.2243.2653.0952.35
HexC6A24501241162b3534
Octal30624210502210126536564
Binary11000110101000101000101010010100000110110101011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6a245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6a245; }

 p { color: rgb(198,162,69); }

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

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

 a { background-color: rgb(198,162,69); }

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

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

 span { border-color: rgb(198,162,69); }

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