Html Css Color HEX #96736D Hemp

📋 copy color: '#96736D'

red 150 ◦ green 115 ◦ blue 109

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

Shades of Hemp #96736D

Tints of Hemp #96736D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.75%

 BLUE value IS 109 (42.97% from 255) = 29.14%

R = 40.11%
G = 30.75%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96736D (or 0x96736D) is known color: Hemp. HEX triplet: 96, 73 and 6D. RGB value is (150,115,109). Sum of RGB (Red+Green+Blue) = 150+115+109=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #96736D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96736D is #698C92. Grayscale: #7C7C7C. Windows color (decimal): -6917267 or 7173014. OLE color: 7173014.

HSL color Cylindrical-coordinate representation of color #96736D: hue angle of 8.78º 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 #96736D is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 109 -
CMYK 0 0.23 0.27 0.41
HSL 8.78º 0.16% 0.51% -
HSV(B) 8.78º 0.27% 0.59% -
XYZ 21.47 19.85 17.17 -
YUV 124.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 150 115 109 0 0.23 0.27 0.41 8.78 0.16 0.51
Hex 96 73 6D 0 17 1B 29 9 10 33
Octal 226 163 155 0 27 33 51 11 20 63
Binary 10010110 1110011 1101101 0 10111 11011 101001 1001 10000 110011

Color Harmonies of #96736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96736D

Black with #96736D

Text Example


Text Example

White with #96736D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96736D; }

 p { color: rgb(150,115,109); }

 H1.HeaderClassName
 {
   color: #96736D;
 }
 .AnyTagClassName
 {
   color: #96736D;
 }
</style>

background-color css

<style>
 a { background-color: #96736D; }

 a { background-color: rgb(150,115,109); }

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

border-color css

<style>
 span { border-color: #96736D; }

 span { border-color: rgb(150,115,109); }

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