#9D613C

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

Shades of Desert #9D613C

Tints of Desert #9D613C

Color information

#9D613C (or 0x9D613C) is unknown color: approx Desert. HEX triplet: 9D, 61 and 3C. RGB value is (157,97,60). Sum of RGB (Red+Green+Blue) = 157+97+60=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D613C is #629EC3. Grayscale: #6E6E6E. Windows color (decimal): -6463172 or 3957149. OLE color: 3957149.

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

Color convert

RGB1579760-
CMYK00.380.620.38
HSL22.89º44.7%42.55%-
HSV(B)22.89º61.78%61.57%-
XYZ18.9916.046.37-
YUV110.7299.38161.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=50%
G=30.89%
B=19.11%

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
Decimal157976000.380.620.3822.8944.742.55
Hex9D613C0263E26172d2b
Octal235141740467646275553
Binary100111011100001111100010011011111010011010111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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