#9C6842

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

Shades of Desert #9C6842

Tints of Desert #9C6842

Color information

#9C6842 (or 0x9C6842) is unknown color: approx Desert. HEX triplet: 9C, 68 and 42. RGB value is (156,104,66). Sum of RGB (Red+Green+Blue) = 156+104+66=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6842 is #6397BD. Grayscale: #737373. Windows color (decimal): -6526910 or 4352156. OLE color: 4352156.

HSL color Cylindrical-coordinate representation of color #9C6842: hue angle of 25.33º 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 #9C6842 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB15610466-
CMYK00.330.580.39
HSL25.33º40.54%43.53%-
HSV(B)25.33º57.69%61.18%-
XYZ19.6417.367.47-
YUV115.22100.23157.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.85%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 66 (26.17% from 255) = 20.25%
R=47.85%
G=31.90%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561046600.330.580.3925.3340.5443.53
Hex9C68420213A2719292c
Octal2341501020417247315154
Binary1001110011010001000010010000111101010011111001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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