#9B756C

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

Shades of Hemp #9B756C

Tints of Hemp #9B756C

Color information

#9B756C (or 0x9B756C) is unknown color: approx Hemp. HEX triplet: 9B, 75 and 6C. RGB value is (155,117,108). Sum of RGB (Red+Green+Blue) = 155+117+108=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B756C is #648A93. Grayscale: #7F7F7F. Windows color (decimal): -6589076 or 7107995. OLE color: 7107995.

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

Color convert

RGB155117108-
CMYK00.250.300.39
HSL11.49º19.03%51.57%-
HSV(B)11.49º30.32%60.78%-
XYZ22.5920.7717.01-
YUV127.34117.09147.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=40.79%
G=30.79%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511710800.250.300.3911.4919.0351.57
Hex9B756C0191E27b1334
Octal2331651540313647132364
Binary100110111110101110110001100111110100111101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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