#9D8869

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

Shades of Sandal #9D8869

Tints of Sandal #9D8869

Color information

#9D8869 (or 0x9D8869) is unknown color: approx Sandal. HEX triplet: 9D, 88 and 69. RGB value is (157,136,105). Sum of RGB (Red+Green+Blue) = 157+136+105=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8869 is #627796. Grayscale: #8A8A8A. Windows color (decimal): -6453143 or 6916253. OLE color: 6916253.

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

Color convert

RGB157136105-
CMYK00.130.330.38
HSL35.77º20.97%51.37%-
HSV(B)35.77º33.12%61.57%-
XYZ25.2625.817.01-
YUV138.74108.96141.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.45%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=39.45%
G=34.17%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713610500.130.330.3835.7720.9751.37
Hex9D88690D2126241533
Octal2352101510154146442563
Binary100111011000100011010010110110000110011010010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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