#9D613A

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

Shades of Desert #9D613A

Tints of Desert #9D613A

Color information

#9D613A (or 0x9D613A) is unknown color: approx Desert. HEX triplet: 9D, 61 and 3A. RGB value is (157,97,58). Sum of RGB (Red+Green+Blue) = 157+97+58=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D613A is #629EC5. Grayscale: #6E6E6E. Windows color (decimal): -6463174 or 3826077. OLE color: 3826077.

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

Color convert

RGB1579758-
CMYK00.380.630.38
HSL23.64º46.05%42.16%-
HSV(B)23.64º63.06%61.57%-
XYZ18.9416.026.1-
YUV110.4998.38161.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.32%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 58 (23.05% from 255) = 18.59%
R=50.32%
G=31.09%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157975800.380.630.3823.6446.0542.16
Hex9D613A0263F26182e2a
Octal235141720467746305652
Binary100111011100001111010010011011111110011011000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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