#9D653F

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

Shades of Desert #9D653F

Tints of Desert #9D653F

Color information

#9D653F (or 0x9D653F) is unknown color: approx Desert. HEX triplet: 9D, 65 and 3F. RGB value is (157,101,63). Sum of RGB (Red+Green+Blue) = 157+101+63=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D653F is #629AC0. Grayscale: #717171. Windows color (decimal): -6462145 or 4154781. OLE color: 4154781.

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

Color convert

RGB15710163-
CMYK00.360.600.38
HSL24.26º42.73%43.14%-
HSV(B)24.26º59.87%61.57%-
XYZ19.4616.836.93-
YUV113.4199.55159.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.91%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 63 (25% from 255) = 19.63%
R=48.91%
G=31.46%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571016300.360.600.3824.2642.7343.14
Hex9D653F0243C26182b2b
Octal235145770447446305353
Binary100111011100101111111010010011110010011011000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,101,63); }

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

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

 a { background-color: rgb(157,101,63); }

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

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

 span { border-color: rgb(157,101,63); }

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