#9F8570

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

Shades of Sandal #9F8570

Tints of Sandal #9F8570

Color information

#9F8570 (or 0x9F8570) is unknown color: approx Sandal. HEX triplet: 9F, 85 and 70. RGB value is (159,133,112). Sum of RGB (Red+Green+Blue) = 159+133+112=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8570 is #607A8F. Grayscale: #8A8A8A. Windows color (decimal): -6322832 or 7374239. OLE color: 7374239.

HSL color Cylindrical-coordinate representation of color #9F8570: hue angle of 26.81º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F8570 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB159133112-
CMYK00.160.300.38
HSL26.81º19.67%53.14%-
HSV(B)26.81º29.56%62.35%-
XYZ25.6125.3218.87-
YUV138.38113.11142.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.36%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 112 (44.14% from 255) = 27.72%
R=39.36%
G=32.92%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913311200.160.300.3826.8119.6753.14
Hex9F85700101E261b1435
Octal2372051600203646332465
Binary10011111100001011110000010000111101001101101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,133,112); }

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

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

 a { background-color: rgb(159,133,112); }

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

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

 span { border-color: rgb(159,133,112); }

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