#9B8570

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

Shades of Sandal #9B8570

Tints of Sandal #9B8570

Color information

#9B8570 (or 0x9B8570) is unknown color: approx Sandal. HEX triplet: 9B, 85 and 70. RGB value is (155,133,112). Sum of RGB (Red+Green+Blue) = 155+133+112=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8570 is #647A8F. Grayscale: #898989. Windows color (decimal): -6584976 or 7374235. OLE color: 7374235.

HSL color Cylindrical-coordinate representation of color #9B8570: hue angle of 29.3º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B8570 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB155133112-
CMYK00.140.280.39
HSL29.3º17.7%52.35%-
HSV(B)29.3º27.74%60.78%-
XYZ24.8324.9118.83-
YUV137.18113.79140.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.75%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 112 (44.14% from 255) = 28%
R=38.75%
G=33.25%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513311200.140.280.3929.317.752.35
Hex9B85700E1C271d1234
Octal2332051600163447352264
Binary1001101110000101111000001110111001001111110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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