#9B8369

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

Shades of Sandal #9B8369

Tints of Sandal #9B8369

Color information

#9B8369 (or 0x9B8369) is unknown color: approx Sandal. HEX triplet: 9B, 83 and 69. RGB value is (155,131,105). Sum of RGB (Red+Green+Blue) = 155+131+105=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8369 is #647C96. Grayscale: #878787. Windows color (decimal): -6585495 or 6914971. OLE color: 6914971.

HSL color Cylindrical-coordinate representation of color #9B8369: hue angle of 31.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B8369 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB155131105-
CMYK00.150.320.39
HSL31.2º20%50.98%-
HSV(B)31.2º32.26%60.78%-
XYZ24.1824.2216.77-
YUV135.21110.95142.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.64%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=39.64%
G=33.50%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513110500.150.320.3931.22050.98
Hex9B83690F20271f1433
Octal2332031510174047372463
Binary10011011100000111101001011111000001001111111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,131,105); }

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

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

 a { background-color: rgb(155,131,105); }

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

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

 span { border-color: rgb(155,131,105); }

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