#9C6742

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

Shades of Desert #9C6742

Tints of Desert #9C6742

Color information

#9C6742 (or 0x9C6742) is unknown color: approx Desert. HEX triplet: 9C, 67 and 42. RGB value is (156,103,66). Sum of RGB (Red+Green+Blue) = 156+103+66=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6742 is #6398BD. Grayscale: #727272. Windows color (decimal): -6527166 or 4351900. OLE color: 4351900.

HSL color Cylindrical-coordinate representation of color #9C6742: hue angle of 24.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C6742 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB15610366-
CMYK00.340.580.39
HSL24.67º40.54%43.53%-
HSV(B)24.67º57.69%61.18%-
XYZ19.5417.167.44-
YUV114.63100.56157.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=48%
G=31.69%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561036600.340.580.3924.6740.5443.53
Hex9C67420223A2719292c
Octal2341471020427247315154
Binary1001110011001111000010010001011101010011111001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C6742; }

 p { color: rgb(156,103,66); }

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

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

 a { background-color: rgb(156,103,66); }

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

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

 span { border-color: rgb(156,103,66); }

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