#9B826C

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

Shades of Sandal #9B826C

Tints of Sandal #9B826C

Color information

#9B826C (or 0x9B826C) is unknown color: approx Sandal. HEX triplet: 9B, 82 and 6C. RGB value is (155,130,108). Sum of RGB (Red+Green+Blue) = 155+130+108=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B826C is #647D93. Grayscale: #878787. Windows color (decimal): -6585748 or 7111323. OLE color: 7111323.

HSL color Cylindrical-coordinate representation of color #9B826C: hue angle of 28.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 #9B826C is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB155130108-
CMYK00.160.300.39
HSL28.09º19.03%51.57%-
HSV(B)28.09º30.32%60.78%-
XYZ24.2124.0217.55-
YUV134.97112.78142.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.44%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=39.44%
G=33.08%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513010800.160.300.3928.0919.0351.57
Hex9B826C0101E271c1334
Octal2332021540203647342364
Binary10011011100000101101100010000111101001111110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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