#9B7C6F

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

Shades of Hemp #9B7C6F

Tints of Hemp #9B7C6F

Color information

#9B7C6F (or 0x9B7C6F) is unknown color: approx Hemp. HEX triplet: 9B, 7C and 6F. RGB value is (155,124,111). Sum of RGB (Red+Green+Blue) = 155+124+111=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C6F is #648390. Grayscale: #838383. Windows color (decimal): -6587281 or 7306395. OLE color: 7306395.

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

Color convert

RGB155124111-
CMYK00.20.280.39
HSL17.73º18.03%52.16%-
HSV(B)17.73º28.39%60.78%-
XYZ23.5922.5318.14-
YUV131.79116.27144.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.74%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 111 (43.75% from 255) = 28.46%
R=39.74%
G=31.79%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512411100.20.280.3917.7318.0352.16
Hex9B7C6F0141C27121234
Octal2331741570243447222264
Binary1001101111111001101111010100111001001111001010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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