Shades of Hemp #99817B
Tints of Hemp #99817B
RGB
CMYK
RGB Variations
Color information
#99817B (or 0x99817B) is known color: Hemp. HEX triplet: 99, 81 and 7B. RGB value is (153,129,123). Sum of RGB (Red+Green+Blue) = 153+129+123=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #99817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99817B is #667E84. Grayscale: #878787. Windows color (decimal): -6717061 or 8094105. OLE color: 8094105.
HSL color Cylindrical-coordinate representation of color #99817B: hue angle of 12º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99817B is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 123 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.4 |
| HSL | 12º | 0.13% | 0.54% | - |
| HSV(B) | 12º | 0.2% | 0.6% | - |
| XYZ | 24.56 | 23.9 | 22.06 | - |
| YUV | 135.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 123 | 0 | 0.16 | 0.20 | 0.4 | 12 | 0.13 | 0.54 |
| Hex | 99 | 81 | 7B | 0 | 10 | 14 | 28 | C | D | 36 |
| Octal | 231 | 201 | 173 | 0 | 20 | 24 | 50 | 14 | 15 | 66 |
| Binary | 10011001 | 10000001 | 1111011 | 0 | 10000 | 10100 | 101000 | 1100 | 1101 | 110110 |
Color Harmonies of #99817B
Complementary color
Monochromatic Colors of #99817B
Black with #99817B
Text Example
Text Example
White with #99817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99817B; }
p { color: rgb(153,129,123); }
H1.HeaderClassName
{
color: #99817B;
}
.AnyTagClassName
{
color: #99817B;
}
</style>
background-color css
<style>
a { background-color: #99817B; }
a { background-color: rgb(153,129,123); }
div.DivClassName
{
background-color: #99817B;
}
.BgClassName
{
background-color: #99817B;
}
</style>
border-color css
<style>
span { border-color: #99817B; }
span { border-color: rgb(153,129,123); }
td.TdClassName
{
border-color: #99817B;
}
.TagClassName
{
border-color: #99817B;
}
</style>