#9C867F

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

Shades of Hemp #9C867F

Tints of Hemp #9C867F

Color information

#9C867F (or 0x9C867F) is unknown color: approx Hemp. HEX triplet: 9C, 86 and 7F. RGB value is (156,134,127). Sum of RGB (Red+Green+Blue) = 156+134+127=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C867F is #637980. Grayscale: #8B8B8B. Windows color (decimal): -6519169 or 8357532. OLE color: 8357532.

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

Color convert

RGB156134127-
CMYK00.140.190.39
HSL14.48º12.78%55.49%-
HSV(B)14.48º18.59%61.18%-
XYZ26.0725.6523.66-
YUV139.78120.79139.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.41%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 127 (50% from 255) = 30.46%
R=37.41%
G=32.13%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613412700.140.190.3914.4812.7855.49
Hex9C867F0E1327ed37
Octal2342061770162347161567
Binary10011100100001101111111011101001110011111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,134,127); }

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

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

 a { background-color: rgb(156,134,127); }

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

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

 span { border-color: rgb(156,134,127); }

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