#C6A045

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

Shades of Sundance #C6A045

Tints of Sundance #C6A045

Color information

#C6A045 (or 0xC6A045) is unknown color: approx Sundance. HEX triplet: C6, A0 and 45. RGB value is (198,160,69). Sum of RGB (Red+Green+Blue) = 198+160+69=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A045 is #395FBA. Grayscale: #A1A1A1. Windows color (decimal): -3760059 or 4563142. OLE color: 4563142.

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

Color convert

RGB19816069-
CMYK00.190.650.22
HSL42.33º53.09%52.35%-
HSV(B)42.33º65.15%77.65%-
XYZ36.9337.5810.94-
YUV160.9976.09154.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 160 (62.89% from 255) = 37.47%
BLUE value IS 69 (27.34% from 255) = 16.16%
R=46.37%
G=37.47%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981606900.190.650.2242.3353.0952.35
HexC6A04501341162a3534
Octal30624010502310126526564
Binary11000110101000001000101010011100000110110101010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A045; }

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

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

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

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

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

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

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

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