Html Css Color HEX #96857F Hemp

📋 copy color: '#96857F'

red 150 ◦ green 133 ◦ blue 127

#96857F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #96857F

Tints of Hemp #96857F

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 value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96857F (or 0x96857F) is known color: 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

RGB 150 133 127 -
CMYK 0 0.11 0.15 0.41
HSL 15.65º 0.1% 0.54% -
HSV(B) 15.65º 0.15% 0.59% -
XYZ 24.8 24.79 23.56 -
YUV 137.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 150 133 127 0 0.11 0.15 0.41 15.65 0.1 0.54
Hex 96 85 7F 0 B F 29 10 A 36
Octal 226 205 177 0 13 17 51 20 12 66
Binary 10010110 10000101 1111111 0 1011 1111 101001 10000 1010 110110

Color Harmonies of #96857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96857F

Black with #96857F

Text Example


Text Example

White with #96857F

Text Example


Text Example

HTML Codes & Css Web 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>