#9B613B

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

Shades of Desert #9B613B

Tints of Desert #9B613B

Color information

#9B613B (or 0x9B613B) is unknown color: approx Desert. HEX triplet: 9B, 61 and 3B. RGB value is (155,97,59). Sum of RGB (Red+Green+Blue) = 155+97+59=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B613B is #649EC4. Grayscale: #6E6E6E. Windows color (decimal): -6594245 or 3891611. OLE color: 3891611.

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

Color convert

RGB1559759-
CMYK00.370.620.39
HSL23.75º44.86%41.96%-
HSV(B)23.75º61.94%60.78%-
XYZ18.5815.836.21-
YUV110.0199.22160.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 59 (23.44% from 255) = 18.97%
R=49.84%
G=31.19%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155975900.370.620.3923.7544.8641.96
Hex9B613B0253E27182d2a
Octal233141730457647305552
Binary100110111100001111011010010111111010011111000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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