#9F856B

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

Shades of Sandal #9F856B

Tints of Sandal #9F856B

Color information

#9F856B (or 0x9F856B) is unknown color: approx Sandal. HEX triplet: 9F, 85 and 6B. RGB value is (159,133,107). Sum of RGB (Red+Green+Blue) = 159+133+107=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F856B is #607A94. Grayscale: #898989. Windows color (decimal): -6322837 or 7046559. OLE color: 7046559.

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

Color convert

RGB159133107-
CMYK00.160.330.38
HSL30º21.31%52.16%-
HSV(B)30º32.7%62.35%-
XYZ25.3425.2117.44-
YUV137.81110.61143.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=39.85%
G=33.33%
B=26.82%

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
Decimal15913310700.160.330.383021.3152.16
Hex9F856B01021261e1534
Octal2372051530204146362564
Binary100111111000010111010110100001000011001101111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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