#9B663D

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

Shades of Desert #9B663D

Tints of Desert #9B663D

Color information

#9B663D (or 0x9B663D) is unknown color: approx Desert. HEX triplet: 9B, 66 and 3D. RGB value is (155,102,61). Sum of RGB (Red+Green+Blue) = 155+102+61=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B663D is #6499C2. Grayscale: #717171. Windows color (decimal): -6592963 or 4023963. OLE color: 4023963.

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

Color convert

RGB15510261-
CMYK00.340.610.39
HSL26.17º43.52%42.35%-
HSV(B)26.17º60.65%60.78%-
XYZ19.1116.816.65-
YUV113.1798.56157.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 61 (24.22% from 255) = 19.18%
R=48.74%
G=32.08%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551026100.340.610.3926.1743.5242.35
Hex9B663D0223D271a2c2a
Octal233146750427547325452
Binary100110111100110111101010001011110110011111010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,102,61); }

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

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

 a { background-color: rgb(155,102,61); }

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

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

 span { border-color: rgb(155,102,61); }

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