#9B7A6B

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

Shades of Hemp #9B7A6B

Tints of Hemp #9B7A6B

Color information

#9B7A6B (or 0x9B7A6B) is unknown color: approx Hemp. HEX triplet: 9B, 7A and 6B. RGB value is (155,122,107). Sum of RGB (Red+Green+Blue) = 155+122+107=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7A6B is #648594. Grayscale: #828282. Windows color (decimal): -6587797 or 7043739. OLE color: 7043739.

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

Color convert

RGB155122107-
CMYK00.210.310.39
HSL18.75º19.35%51.37%-
HSV(B)18.75º30.97%60.78%-
XYZ23.1321.9516.93-
YUV130.16114.93145.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 122 (48.05% from 255) = 31.77%
BLUE value IS 107 (42.19% from 255) = 27.86%
R=40.36%
G=31.77%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512210700.210.310.3918.7519.3551.37
Hex9B7A6B0151F27131333
Octal2331721530253747232363
Binary1001101111110101101011010101111111001111001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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