#9D816D

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

Shades of Sandal #9D816D

Tints of Sandal #9D816D

Color information

#9D816D (or 0x9D816D) is unknown color: approx Sandal. HEX triplet: 9D, 81 and 6D. RGB value is (157,129,109). Sum of RGB (Red+Green+Blue) = 157+129+109=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D816D is #627E92. Grayscale: #878787. Windows color (decimal): -6454931 or 7176605. OLE color: 7176605.

HSL color Cylindrical-coordinate representation of color #9D816D: hue angle of 25º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D816D is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB157129109-
CMYK00.180.310.38
HSL25º19.67%52.16%-
HSV(B)25º30.57%61.57%-
XYZ24.5223.9717.8-
YUV135.09113.28143.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.75%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=39.75%
G=32.66%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712910900.180.310.382519.6752.16
Hex9D816D0121F26191434
Octal2352011550223746312464
Binary10011101100000011101101010010111111001101100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,129,109); }

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

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

 a { background-color: rgb(157,129,109); }

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

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

 span { border-color: rgb(157,129,109); }

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