#9B653C

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

Shades of Desert #9B653C

Tints of Desert #9B653C

Color information

#9B653C (or 0x9B653C) is unknown color: approx Desert. HEX triplet: 9B, 65 and 3C. RGB value is (155,101,60). Sum of RGB (Red+Green+Blue) = 155+101+60=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B653C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B653C is #649AC3. Grayscale: #707070. Windows color (decimal): -6593220 or 3958171. OLE color: 3958171.

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

Color convert

RGB15510160-
CMYK00.350.610.39
HSL25.89º44.19%42.16%-
HSV(B)25.89º61.29%60.78%-
XYZ18.9916.66.48-
YUV112.4798.39158.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.05%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=49.05%
G=31.96%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551016000.350.610.3925.8944.1942.16
Hex9B653C0233D271a2c2a
Octal233145740437547325452
Binary100110111100101111100010001111110110011111010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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