#C69E49

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

Shades of Sundance #C69E49

Tints of Sundance #C69E49

Color information

#C69E49 (or 0xC69E49) is unknown color: approx Sundance. HEX triplet: C6, 9E and 49. RGB value is (198,158,73). Sum of RGB (Red+Green+Blue) = 198+158+73=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69E49 is #3961B6. Grayscale: #A0A0A0. Windows color (decimal): -3760567 or 4824774. OLE color: 4824774.

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

Color convert

RGB19815873-
CMYK00.200.630.22
HSL40.8º52.3%53.14%-
HSV(B)40.8º63.13%77.65%-
XYZ36.7236.9411.5-
YUV160.2778.75154.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 158 (62.11% from 255) = 36.83%
BLUE value IS 73 (28.91% from 255) = 17.02%
R=46.15%
G=36.83%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981587300.200.630.2240.852.353.14
HexC69E490143F16293435
Octal3062361110247726516465
Binary1100011010011110100100101010011111110110101001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69E49; }

 p { color: rgb(198,158,73); }

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

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

 a { background-color: rgb(198,158,73); }

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

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

 span { border-color: rgb(198,158,73); }

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