#9D8962

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

Shades of Sandal #9D8962

Tints of Sandal #9D8962

Color information

#9D8962 (or 0x9D8962) is unknown color: approx Sandal. HEX triplet: 9D, 89 and 62. RGB value is (157,137,98). Sum of RGB (Red+Green+Blue) = 157+137+98=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8962 is #62769D. Grayscale: #8A8A8A. Windows color (decimal): -6452894 or 6457757. OLE color: 6457757.

HSL color Cylindrical-coordinate representation of color #9D8962: hue angle of 39.66º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D8962 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB15713798-
CMYK00.130.380.38
HSL39.66º23.14%50%-
HSV(B)39.66º37.58%61.57%-
XYZ25.0525.9415.24-
YUV138.53105.13141.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 98 (38.67% from 255) = 25%
R=40.05%
G=34.95%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571379800.130.380.3839.6623.1450
Hex9D89620D2626281732
Octal2352111420154646502762
Binary100111011000100111000100110110011010011010100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,137,98); }

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

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

 a { background-color: rgb(157,137,98); }

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

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

 span { border-color: rgb(157,137,98); }

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