#9D613D

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

Shades of Desert #9D613D

Tints of Desert #9D613D

Color information

#9D613D (or 0x9D613D) is unknown color: approx Desert. HEX triplet: 9D, 61 and 3D. RGB value is (157,97,61). Sum of RGB (Red+Green+Blue) = 157+97+61=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D613D is #629EC2. Grayscale: #6F6F6F. Windows color (decimal): -6463171 or 4022685. OLE color: 4022685.

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

Color convert

RGB1579761-
CMYK00.380.610.38
HSL22.5º44.04%42.75%-
HSV(B)22.5º61.15%61.57%-
XYZ19.0216.056.51-
YUV110.8499.88160.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.84%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 61 (24.22% from 255) = 19.37%
R=49.84%
G=30.79%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157976100.380.610.3822.544.0442.75
Hex9D613D0263D26162c2b
Octal235141750467546265453
Binary100111011100001111101010011011110110011010110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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