Html Css Color HEX #96796E Hemp

📋 copy color: '#96796E'

red 150 ◦ green 121 ◦ blue 110

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

Shades of Hemp #96796E

Tints of Hemp #96796E

RGB

 RED value IS 150 (58.98% from 255) = 39.37%

 GREEN value IS 121 (47.66% from 255) = 31.76%

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 39.37%
G = 31.76%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96796E (or 0x96796E) is known color: Hemp. HEX triplet: 96, 79 and 6E. RGB value is (150,121,110). Sum of RGB (Red+Green+Blue) = 150+121+110=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #96796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96796E is #698691. Grayscale: #808080. Windows color (decimal): -6915730 or 7240086. OLE color: 7240086.

HSL color Cylindrical-coordinate representation of color #96796E: hue angle of 16.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96796E is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 110 -
CMYK 0 0.19 0.27 0.41
HSL 16.5º 0.16% 0.51% -
HSV(B) 16.5º 0.27% 0.59% -
XYZ 22.23 21.28 17.69 -
YUV 128.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 150 121 110 0 0.19 0.27 0.41 16.5 0.16 0.51
Hex 96 79 6E 0 13 1B 29 10 10 33
Octal 226 171 156 0 23 33 51 20 20 63
Binary 10010110 1111001 1101110 0 10011 11011 101001 10000 10000 110011

Color Harmonies of #96796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96796E

Black with #96796E

Text Example


Text Example

White with #96796E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96796E; }

 p { color: rgb(150,121,110); }

 H1.HeaderClassName
 {
   color: #96796E;
 }
 .AnyTagClassName
 {
   color: #96796E;
 }
</style>

background-color css

<style>
 a { background-color: #96796E; }

 a { background-color: rgb(150,121,110); }

 div.DivClassName
 {
   background-color: #96796E;
 }
 .BgClassName
 {
   background-color: #96796E;
 }
</style>

border-color css

<style>
 span { border-color: #96796E; }

 span { border-color: rgb(150,121,110); }

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