#9F8268

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

Shades of Sandal #9F8268

Tints of Sandal #9F8268

Color information

#9F8268 (or 0x9F8268) is unknown color: approx Sandal. HEX triplet: 9F, 82 and 68. RGB value is (159,130,104). Sum of RGB (Red+Green+Blue) = 159+130+104=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8268 is #607D97. Grayscale: #878787. Windows color (decimal): -6323608 or 6849183. OLE color: 6849183.

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

Color convert

RGB159130104-
CMYK00.180.350.38
HSL28.36º22.27%51.57%-
HSV(B)28.36º34.59%62.35%-
XYZ24.7824.3416.49-
YUV135.71110.11144.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=40.46%
G=33.08%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913010400.180.350.3828.3622.2751.57
Hex9F826801223261c1634
Octal2372021500224346342664
Binary100111111000001011010000100101000111001101110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,130,104); }

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

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

 a { background-color: rgb(159,130,104); }

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

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

 span { border-color: rgb(159,130,104); }

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