#9B826B

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

Shades of Sandal #9B826B

Tints of Sandal #9B826B

Color information

#9B826B (or 0x9B826B) is unknown color: approx Sandal. HEX triplet: 9B, 82 and 6B. RGB value is (155,130,107). Sum of RGB (Red+Green+Blue) = 155+130+107=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B826B is #647D94. Grayscale: #868686. Windows color (decimal): -6585749 or 7045787. OLE color: 7045787.

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

Color convert

RGB155130107-
CMYK00.160.310.39
HSL28.75º19.35%51.37%-
HSV(B)28.75º30.97%60.78%-
XYZ24.152417.27-
YUV134.85112.28142.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=39.54%
G=33.16%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513010700.160.310.3928.7519.3551.37
Hex9B826B0101F271d1333
Octal2332021530203747352363
Binary10011011100000101101011010000111111001111110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,130,107); }

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

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

 a { background-color: rgb(155,130,107); }

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

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

 span { border-color: rgb(155,130,107); }

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