Shades of Hemp #96756A
Tints of Hemp #96756A
RGB
CMYK
RGB Variations
Color information
#96756A (or 0x96756A) is known color: Hemp. HEX triplet: 96, 75 and 6A. RGB value is (150,117,106). Sum of RGB (Red+Green+Blue) = 150+117+106=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96756A is #698A95. Grayscale: #7D7D7D. Windows color (decimal): -6916758 or 6976918. OLE color: 6976918.
HSL color Cylindrical-coordinate representation of color #96756A: hue angle of 15º 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 #96756A is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 106 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.41 |
| HSL | 15º | 0.17% | 0.5% | - |
| HSV(B) | 15º | 0.29% | 0.59% | - |
| XYZ | 21.54 | 20.25 | 16.41 | - |
| YUV | 125.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 106 | 0 | 0.22 | 0.29 | 0.41 | 15 | 0.17 | 0.5 |
| Hex | 96 | 75 | 6A | 0 | 16 | 1D | 29 | F | 11 | 32 |
| Octal | 226 | 165 | 152 | 0 | 26 | 35 | 51 | 17 | 21 | 62 |
| Binary | 10010110 | 1110101 | 1101010 | 0 | 10110 | 11101 | 101001 | 1111 | 10001 | 110010 |
Color Harmonies of #96756A
Complementary color
Monochromatic Colors of #96756A
Black with #96756A
Text Example
Text Example
White with #96756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96756A; }
p { color: rgb(150,117,106); }
H1.HeaderClassName
{
color: #96756A;
}
.AnyTagClassName
{
color: #96756A;
}
</style>
background-color css
<style>
a { background-color: #96756A; }
a { background-color: rgb(150,117,106); }
div.DivClassName
{
background-color: #96756A;
}
.BgClassName
{
background-color: #96756A;
}
</style>
border-color css
<style>
span { border-color: #96756A; }
span { border-color: rgb(150,117,106); }
td.TdClassName
{
border-color: #96756A;
}
.TagClassName
{
border-color: #96756A;
}
</style>