#9B8768

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

Shades of Sandal #9B8768

Tints of Sandal #9B8768

Color information

#9B8768 (or 0x9B8768) is unknown color: approx Sandal. HEX triplet: 9B, 87 and 68. RGB value is (155,135,104). Sum of RGB (Red+Green+Blue) = 155+135+104=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8768 is #647897. Grayscale: #898989. Windows color (decimal): -6584472 or 6850459. OLE color: 6850459.

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

Color convert

RGB155135104-
CMYK00.130.330.39
HSL36.47º20.32%50.78%-
HSV(B)36.47º32.9%60.78%-
XYZ24.6825.316.68-
YUV137.45109.13140.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.34%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 104 (41.02% from 255) = 26.40%
R=39.34%
G=34.26%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513510400.130.330.3936.4720.3250.78
Hex9B87680D2127241433
Octal2332071500154147442463
Binary100110111000011111010000110110000110011110010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,104); }

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

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

 a { background-color: rgb(155,135,104); }

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

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

 span { border-color: rgb(155,135,104); }

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