#9B653A

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

Shades of Desert #9B653A

Tints of Desert #9B653A

Color information

#9B653A (or 0x9B653A) is unknown color: approx Desert. HEX triplet: 9B, 65 and 3A. RGB value is (155,101,58). Sum of RGB (Red+Green+Blue) = 155+101+58=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B653A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B653A is #649AC5. Grayscale: #707070. Windows color (decimal): -6593222 or 3827099. OLE color: 3827099.

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

Color convert

RGB15510158-
CMYK00.350.630.39
HSL26.6º45.54%41.76%-
HSV(B)26.6º62.58%60.78%-
XYZ18.9316.586.21-
YUV112.2497.39158.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.36%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=49.36%
G=32.17%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551015800.350.630.3926.645.5441.76
Hex9B653A0233F271b2e2a
Octal233145720437747335652
Binary100110111100101111010010001111111110011111011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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