#9B603A

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

Shades of Desert #9B603A

Tints of Desert #9B603A

Color information

#9B603A (or 0x9B603A) is unknown color: approx Desert. HEX triplet: 9B, 60 and 3A. RGB value is (155,96,58). Sum of RGB (Red+Green+Blue) = 155+96+58=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B603A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B603A is #649FC5. Grayscale: #6D6D6D. Windows color (decimal): -6594502 or 3825819. OLE color: 3825819.

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

Color convert

RGB1559658-
CMYK00.380.630.39
HSL23.51º45.54%41.76%-
HSV(B)23.51º62.58%60.78%-
XYZ18.4615.646.05-
YUV109.3199.05160.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.16%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=50.16%
G=31.07%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155965800.380.630.3923.5145.5441.76
Hex9B603A0263F27182e2a
Octal233140720467747305652
Binary100110111100000111010010011011111110011111000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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