#96857F

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

Shades of Hemp #96857F

Tints of Hemp #96857F

Color information

#96857F (or 0x96857F) is unknown color: approx Hemp. HEX triplet: 96, 85 and 7F. RGB value is (150,133,127). Sum of RGB (Red+Green+Blue) = 150+133+127=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #96857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96857F is #697A80. Grayscale: #898989. Windows color (decimal): -6912641 or 8357270. OLE color: 8357270.

HSL color Cylindrical-coordinate representation of color #96857F: hue angle of 15.65º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96857F is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150133127-
CMYK00.110.150.41
HSL15.65º9.87%54.31%-
HSV(B)15.65º15.33%58.82%-
XYZ24.824.7923.56-
YUV137.4122.13136.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 127 (50% from 255) = 30.98%
R=36.59%
G=32.44%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013312700.110.150.4115.659.8754.31
Hex96857F0BF2910a36
Octal2262051770131751201266
Binary10010110100001011111111010111111101001100001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96857F; }

 p { color: rgb(150,133,127); }

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

<style>
 a { background-color: #96857F; }

 a { background-color: rgb(150,133,127); }

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

<style>
 span { border-color: #96857F; }

 span { border-color: rgb(150,133,127); }

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