#9F8467

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

Shades of Sandal #9F8467

Tints of Sandal #9F8467

Color information

#9F8467 (or 0x9F8467) is unknown color: approx Sandal. HEX triplet: 9F, 84 and 67. RGB value is (159,132,103). Sum of RGB (Red+Green+Blue) = 159+132+103=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8467 is #607B98. Grayscale: #888888. Windows color (decimal): -6323097 or 6784159. OLE color: 6784159.

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

Color convert

RGB159132103-
CMYK00.170.350.38
HSL31.07º22.58%51.37%-
HSV(B)31.07º35.22%62.35%-
XYZ2524.8516.31-
YUV136.77108.95143.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.36%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 103 (40.62% from 255) = 26.14%
R=40.36%
G=33.50%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913210300.170.350.3831.0722.5851.37
Hex9F846701123261f1733
Octal2372041470214346372763
Binary100111111000010011001110100011000111001101111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,132,103); }

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

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

 a { background-color: rgb(159,132,103); }

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

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

 span { border-color: rgb(159,132,103); }

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