#9B827D

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

Shades of Hemp #9B827D

Tints of Hemp #9B827D

Color information

#9B827D (or 0x9B827D) is unknown color: approx Hemp. HEX triplet: 9B, 82 and 7D. RGB value is (155,130,125). Sum of RGB (Red+Green+Blue) = 155+130+125=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B827D is #647D82. Grayscale: #888888. Windows color (decimal): -6585731 or 8225435. OLE color: 8225435.

HSL color Cylindrical-coordinate representation of color #9B827D: hue angle of 10º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B827D is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB155130125-
CMYK00.160.190.39
HSL10º13.04%54.9%-
HSV(B)10º19.35%60.78%-
XYZ25.224.4122.79-
YUV136.9121.28140.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.80%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=37.80%
G=31.71%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513012500.160.190.391013.0454.9
Hex9B827D0101327ad37
Octal2332021750202347121567
Binary100110111000001011111010100001001110011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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