#9D8469

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

Shades of Sandal #9D8469

Tints of Sandal #9D8469

Color information

#9D8469 (or 0x9D8469) is unknown color: approx Sandal. HEX triplet: 9D, 84 and 69. RGB value is (157,132,105). Sum of RGB (Red+Green+Blue) = 157+132+105=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8469 is #627B96. Grayscale: #888888. Windows color (decimal): -6454167 or 6915229. OLE color: 6915229.

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

Color convert

RGB157132105-
CMYK00.160.330.38
HSL31.15º20.97%51.37%-
HSV(B)31.15º33.12%61.57%-
XYZ24.7124.6916.83-
YUV136.4110.28142.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.85%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 105 (41.41% from 255) = 26.65%
R=39.85%
G=33.50%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713210500.160.330.3831.1520.9751.37
Hex9D846901021261f1533
Octal2352041510204146372563
Binary100111011000010011010010100001000011001101111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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