#9D613B

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

Shades of Desert #9D613B

Tints of Desert #9D613B

Color information

#9D613B (or 0x9D613B) is unknown color: approx Desert. HEX triplet: 9D, 61 and 3B. RGB value is (157,97,59). Sum of RGB (Red+Green+Blue) = 157+97+59=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D613B is #629EC4. Grayscale: #6E6E6E. Windows color (decimal): -6463173 or 3891613. OLE color: 3891613.

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

Color convert

RGB1579759-
CMYK00.380.620.38
HSL23.27º45.37%42.35%-
HSV(B)23.27º62.42%61.57%-
XYZ18.9716.036.23-
YUV110.6198.88161.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.16%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=50.16%
G=30.99%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157975900.380.620.3823.2745.3742.35
Hex9D613B0263E26172d2a
Octal235141730467646275552
Binary100111011100001111011010011011111010011010111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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