Shades of Hemp #97817B
Tints of Hemp #97817B
RGB
CMYK
RGB Variations
Color information
#97817B (or 0x97817B) is known color: Hemp. HEX triplet: 97, 81 and 7B. RGB value is (151,129,123). Sum of RGB (Red+Green+Blue) = 151+129+123=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #97817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97817B is #687E84. Grayscale: #868686. Windows color (decimal): -6848133 or 8094103. OLE color: 8094103.
HSL color Cylindrical-coordinate representation of color #97817B: hue angle of 12.86º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97817B is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 129 | 123 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.41 |
| HSL | 12.86º | 0.12% | 0.54% | - |
| HSV(B) | 12.86º | 0.19% | 0.59% | - |
| XYZ | 24.19 | 23.71 | 22.04 | - |
| YUV | 134.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 123 | 0 | 0.15 | 0.19 | 0.41 | 12.86 | 0.12 | 0.54 |
| Hex | 97 | 81 | 7B | 0 | F | 13 | 29 | D | C | 36 |
| Octal | 227 | 201 | 173 | 0 | 17 | 23 | 51 | 15 | 14 | 66 |
| Binary | 10010111 | 10000001 | 1111011 | 0 | 1111 | 10011 | 101001 | 1101 | 1100 | 110110 |
Color Harmonies of #97817B
Complementary color
Monochromatic Colors of #97817B
Black with #97817B
Text Example
Text Example
White with #97817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97817B; }
p { color: rgb(151,129,123); }
H1.HeaderClassName
{
color: #97817B;
}
.AnyTagClassName
{
color: #97817B;
}
</style>
background-color css
<style>
a { background-color: #97817B; }
a { background-color: rgb(151,129,123); }
div.DivClassName
{
background-color: #97817B;
}
.BgClassName
{
background-color: #97817B;
}
</style>
border-color css
<style>
span { border-color: #97817B; }
span { border-color: rgb(151,129,123); }
td.TdClassName
{
border-color: #97817B;
}
.TagClassName
{
border-color: #97817B;
}
</style>