#9B603B

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

Shades of Desert #9B603B

Tints of Desert #9B603B

Color information

#9B603B (or 0x9B603B) is unknown color: approx Desert. HEX triplet: 9B, 60 and 3B. RGB value is (155,96,59). Sum of RGB (Red+Green+Blue) = 155+96+59=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B603B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B603B is #649FC4. Grayscale: #6D6D6D. Windows color (decimal): -6594501 or 3891355. OLE color: 3891355.

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

Color convert

RGB1559659-
CMYK00.380.620.39
HSL23.12º44.86%41.96%-
HSV(B)23.12º61.94%60.78%-
XYZ18.4915.656.18-
YUV109.4299.55160.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 59 (23.44% from 255) = 19.03%
R=50%
G=30.97%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155965900.380.620.3923.1244.8641.96
Hex9B603B0263E27172d2a
Octal233140730467647275552
Binary100110111100000111011010011011111010011110111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,96,59); }

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

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

 a { background-color: rgb(155,96,59); }

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

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

 span { border-color: rgb(155,96,59); }

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