Html Css Color HEX #96796A Hemp

📋 copy color: '#96796A'

red 150 ◦ green 121 ◦ blue 106

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

Shades of Hemp #96796A

Tints of Hemp #96796A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.12%

R = 39.79%
G = 32.1%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96796A (or 0x96796A) is known color: Hemp. HEX triplet: 96, 79 and 6A. RGB value is (150,121,106). Sum of RGB (Red+Green+Blue) = 150+121+106=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #96796A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96796A is #698695. Grayscale: #808080. Windows color (decimal): -6915734 or 6977942. OLE color: 6977942.

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

Color convert

RGB 150 121 106 -
CMYK 0 0.19 0.29 0.41
HSL 20.45º 0.17% 0.5% -
HSV(B) 20.45º 0.29% 0.59% -
XYZ 22.02 21.2 16.57 -
YUV 127.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 150 121 106 0 0.19 0.29 0.41 20.45 0.17 0.5
Hex 96 79 6A 0 13 1D 29 14 11 32
Octal 226 171 152 0 23 35 51 24 21 62
Binary 10010110 1111001 1101010 0 10011 11101 101001 10100 10001 110010

Color Harmonies of #96796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96796A

Black with #96796A

Text Example


Text Example

White with #96796A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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