Html Css Color HEX #96736B Hemp

📋 copy color: '#96736B'

red 150 ◦ green 115 ◦ blue 107

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

Shades of Hemp #96736B

Tints of Hemp #96736B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 40.32%
G = 30.91%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96736B (or 0x96736B) is known color: Hemp. HEX triplet: 96, 73 and 6B. RGB value is (150,115,107). Sum of RGB (Red+Green+Blue) = 150+115+107=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96736B is #698C94. Grayscale: #7C7C7C. Windows color (decimal): -6917269 or 7041942. OLE color: 7041942.

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

Color convert

RGB 150 115 107 -
CMYK 0 0.23 0.29 0.41
HSL 11.16º 0.17% 0.5% -
HSV(B) 11.16º 0.29% 0.59% -
XYZ 21.36 19.81 16.61 -
YUV 124.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 150 115 107 0 0.23 0.29 0.41 11.16 0.17 0.5
Hex 96 73 6B 0 17 1D 29 B 11 32
Octal 226 163 153 0 27 35 51 13 21 62
Binary 10010110 1110011 1101011 0 10111 11101 101001 1011 10001 110010

Color Harmonies of #96736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96736B

Black with #96736B

Text Example


Text Example

White with #96736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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