#9B6842

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

Shades of Desert #9B6842

Tints of Desert #9B6842

Color information

#9B6842 (or 0x9B6842) is unknown color: approx Desert. HEX triplet: 9B, 68 and 42. RGB value is (155,104,66). Sum of RGB (Red+Green+Blue) = 155+104+66=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6842 is #6497BD. Grayscale: #737373. Windows color (decimal): -6592446 or 4352155. OLE color: 4352155.

HSL color Cylindrical-coordinate representation of color #9B6842: hue angle of 25.62º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B6842 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB15510466-
CMYK00.330.570.39
HSL25.62º40.27%43.33%-
HSV(B)25.62º57.42%60.78%-
XYZ19.4517.267.46-
YUV114.92100.4156.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=47.69%
G=32%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551046600.330.570.3925.6240.2743.33
Hex9B684202139271a282b
Octal2331501020417147325053
Binary1001101111010001000010010000111100110011111010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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