#9B663C

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

Shades of Desert #9B663C

Tints of Desert #9B663C

Color information

#9B663C (or 0x9B663C) is unknown color: approx Desert. HEX triplet: 9B, 66 and 3C. RGB value is (155,102,60). Sum of RGB (Red+Green+Blue) = 155+102+60=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B663C is #6499C3. Grayscale: #717171. Windows color (decimal): -6592964 or 3958427. OLE color: 3958427.

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

Color convert

RGB15510260-
CMYK00.340.610.39
HSL26.53º44.19%42.16%-
HSV(B)26.53º61.29%60.78%-
XYZ19.0816.86.51-
YUV113.0698.06157.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.90%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 60 (23.83% from 255) = 18.93%
R=48.90%
G=32.18%
B=18.93%

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
Decimal1551026000.340.610.3926.5344.1942.16
Hex9B663C0223D271b2c2a
Octal233146740427547335452
Binary100110111100110111100010001011110110011111011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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