#9D8770

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

Shades of Sandal #9D8770

Tints of Sandal #9D8770

Color information

#9D8770 (or 0x9D8770) is unknown color: approx Sandal. HEX triplet: 9D, 87 and 70. RGB value is (157,135,112). Sum of RGB (Red+Green+Blue) = 157+135+112=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8770 is #62788F. Grayscale: #8B8B8B. Windows color (decimal): -6453392 or 7374749. OLE color: 7374749.

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

Color convert

RGB157135112-
CMYK00.140.290.38
HSL30.67º18.67%52.75%-
HSV(B)30.67º28.66%61.57%-
XYZ25.4925.6718.94-
YUV138.96112.79140.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.86%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 112 (44.14% from 255) = 27.72%
R=38.86%
G=33.42%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713511200.140.290.3830.6718.6752.75
Hex9D87700E1D261f1335
Octal2352071600163546372365
Binary1001110110000111111000001110111011001101111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,135,112); }

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

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

 a { background-color: rgb(157,135,112); }

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

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

 span { border-color: rgb(157,135,112); }

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