Html Css Color HEX #96746B Hemp

📋 copy color: '#96746B'

red 150 ◦ green 116 ◦ blue 107

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

Shades of Hemp #96746B

Tints of Hemp #96746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

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

R = 40.21%
G = 31.1%
B = 28.69%

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

#96746B (or 0x96746B) is known color: Hemp. HEX triplet: 96, 74 and 6B. RGB value is (150,116,107). Sum of RGB (Red+Green+Blue) = 150+116+107=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96746B is #698B94. Grayscale: #7D7D7D. Windows color (decimal): -6917013 or 7042198. OLE color: 7042198.

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

Color convert

RGB 150 116 107 -
CMYK 0 0.23 0.29 0.41
HSL 12.56º 0.17% 0.5% -
HSV(B) 12.56º 0.29% 0.59% -
XYZ 21.48 20.04 16.65 -
YUV 125.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 150 116 107 0 0.23 0.29 0.41 12.56 0.17 0.5
Hex 96 74 6B 0 17 1D 29 D 11 32
Octal 226 164 153 0 27 35 51 15 21 62
Binary 10010110 1110100 1101011 0 10111 11101 101001 1101 10001 110010

Color Harmonies of #96746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96746B

Black with #96746B

Text Example


Text Example

White with #96746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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