#C69F40

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

Shades of Sundance #C69F40

Tints of Sundance #C69F40

Color information

#C69F40 (or 0xC69F40) is unknown color: approx Sundance. HEX triplet: C6, 9F and 40. RGB value is (198,159,64). Sum of RGB (Red+Green+Blue) = 198+159+64=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69F40 is #3960BF. Grayscale: #A0A0A0. Windows color (decimal): -3760320 or 4235206. OLE color: 4235206.

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

Color convert

RGB19815964-
CMYK00.200.680.22
HSL42.54º54.03%51.37%-
HSV(B)42.54º67.68%77.65%-
XYZ36.6137.1710.1-
YUV159.8373.92155.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 159 (62.5% from 255) = 37.77%
BLUE value IS 64 (25.39% from 255) = 15.20%
R=47.03%
G=37.77%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981596400.200.680.2242.5454.0351.37
HexC69F4001444162b3633
Octal30623710002410426536663
Binary11000110100111111000000010100100010010110101011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F40; }

 p { color: rgb(198,159,64); }

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

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

 a { background-color: rgb(198,159,64); }

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

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

 span { border-color: rgb(198,159,64); }

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