#9D673F

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

Shades of Desert #9D673F

Tints of Desert #9D673F

Color information

#9D673F (or 0x9D673F) is unknown color: approx Desert. HEX triplet: 9D, 67 and 3F. RGB value is (157,103,63). Sum of RGB (Red+Green+Blue) = 157+103+63=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D673F is #6298C0. Grayscale: #727272. Windows color (decimal): -6461633 or 4155293. OLE color: 4155293.

HSL color Cylindrical-coordinate representation of color #9D673F: hue angle of 25.53º 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 #9D673F is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB15710363-
CMYK00.340.600.38
HSL25.53º42.73%43.14%-
HSV(B)25.53º59.87%61.57%-
XYZ19.6517.236.99-
YUV114.5998.89158.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.61%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 63 (25% from 255) = 19.50%
R=48.61%
G=31.89%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571036300.340.600.3825.5342.7343.14
Hex9D673F0223C261a2b2b
Octal235147770427446325353
Binary100111011100111111111010001011110010011011010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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