Html Css Color HEX #96786D Hemp

📋 copy color: '#96786D'

red 150 ◦ green 120 ◦ blue 109

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

Shades of Hemp #96786D

Tints of Hemp #96786D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

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

R = 39.58%
G = 31.66%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96786D (or 0x96786D) is known color: Hemp. HEX triplet: 96, 78 and 6D. RGB value is (150,120,109). Sum of RGB (Red+Green+Blue) = 150+120+109=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #96786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96786D is #698792. Grayscale: #7F7F7F. Windows color (decimal): -6915987 or 7174294. OLE color: 7174294.

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

Color convert

RGB 150 120 109 -
CMYK 0 0.20 0.27 0.41
HSL 16.1º 0.16% 0.51% -
HSV(B) 16.1º 0.27% 0.59% -
XYZ 22.05 21.02 17.36 -
YUV 127.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 150 120 109 0 0.20 0.27 0.41 16.1 0.16 0.51
Hex 96 78 6D 0 14 1B 29 10 10 33
Octal 226 170 155 0 24 33 51 20 20 63
Binary 10010110 1111000 1101101 0 10100 11011 101001 10000 10000 110011

Color Harmonies of #96786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96786D

Black with #96786D

Text Example


Text Example

White with #96786D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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