#9D8369

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

Shades of Sandal #9D8369

Tints of Sandal #9D8369

Color information

#9D8369 (or 0x9D8369) is unknown color: approx Sandal. HEX triplet: 9D, 83 and 69. RGB value is (157,131,105). Sum of RGB (Red+Green+Blue) = 157+131+105=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8369 is #627C96. Grayscale: #878787. Windows color (decimal): -6454423 or 6914973. OLE color: 6914973.

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

Color convert

RGB157131105-
CMYK00.170.330.38
HSL30º20.97%51.37%-
HSV(B)30º33.12%61.57%-
XYZ24.5724.4216.78-
YUV135.81110.61143.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=39.95%
G=33.33%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713110500.170.330.383020.9751.37
Hex9D836901121261e1533
Octal2352031510214146362563
Binary100111011000001111010010100011000011001101111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,131,105); }

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

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

 a { background-color: rgb(157,131,105); }

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

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

 span { border-color: rgb(157,131,105); }

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