#9B756F

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

Shades of Hemp #9B756F

Tints of Hemp #9B756F

Color information

#9B756F (or 0x9B756F) is unknown color: approx Hemp. HEX triplet: 9B, 75 and 6F. RGB value is (155,117,111). Sum of RGB (Red+Green+Blue) = 155+117+111=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B756F is #648A90. Grayscale: #7F7F7F. Windows color (decimal): -6589073 or 7304603. OLE color: 7304603.

HSL color Cylindrical-coordinate representation of color #9B756F: hue angle of 8.18º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B756F is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB155117111-
CMYK00.250.280.39
HSL8.18º18.03%52.16%-
HSV(B)8.18º28.39%60.78%-
XYZ22.7520.8417.86-
YUV127.68118.59147.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=40.47%
G=30.55%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511711100.250.280.398.1818.0352.16
Hex9B756F0191C2781234
Octal2331651570313447102264
Binary100110111110101110111101100111100100111100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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