#9B816D

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

Shades of Sandal #9B816D

Tints of Sandal #9B816D

Color information

#9B816D (or 0x9B816D) is unknown color: approx Sandal. HEX triplet: 9B, 81 and 6D. RGB value is (155,129,109). Sum of RGB (Red+Green+Blue) = 155+129+109=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B816D is #647E92. Grayscale: #868686. Windows color (decimal): -6586003 or 7176603. OLE color: 7176603.

HSL color Cylindrical-coordinate representation of color #9B816D: hue angle of 26.09º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B816D is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB155129109-
CMYK00.170.300.39
HSL26.09º18.7%51.76%-
HSV(B)26.09º29.68%60.78%-
XYZ24.1323.7717.78-
YUV134.49113.61142.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.44%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=39.44%
G=32.82%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512910900.170.300.3926.0918.751.76
Hex9B816D0111E271a1334
Octal2332011550213647322364
Binary10011011100000011101101010001111101001111101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,129,109); }

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

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

 a { background-color: rgb(155,129,109); }

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

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

 span { border-color: rgb(155,129,109); }

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