#9B613A

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

Shades of Desert #9B613A

Tints of Desert #9B613A

Color information

#9B613A (or 0x9B613A) is unknown color: approx Desert. HEX triplet: 9B, 61 and 3A. RGB value is (155,97,58). Sum of RGB (Red+Green+Blue) = 155+97+58=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B613A is #649EC5. Grayscale: #6E6E6E. Windows color (decimal): -6594246 or 3826075. OLE color: 3826075.

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

Color convert

RGB1559758-
CMYK00.370.630.39
HSL24.12º45.54%41.76%-
HSV(B)24.12º62.58%60.78%-
XYZ18.5615.826.08-
YUV109.998.72160.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 58 (23.05% from 255) = 18.71%
R=50%
G=31.29%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155975800.370.630.3924.1245.5441.76
Hex9B613A0253F27182e2a
Octal233141720457747305652
Binary100110111100001111010010010111111110011111000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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