Shades of Hemp #97827B
Tints of Hemp #97827B
RGB
CMYK
RGB Variations
Color information
#97827B (or 0x97827B) is known color: Hemp. HEX triplet: 97, 82 and 7B. RGB value is (151,130,123). Sum of RGB (Red+Green+Blue) = 151+130+123=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 151 - color contains mainly: red. Hex color #97827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97827B is #687D84. Grayscale: #878787. Windows color (decimal): -6847877 or 8094359. OLE color: 8094359.
HSL color Cylindrical-coordinate representation of color #97827B: hue angle of 15º 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 #97827B is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 130 | 123 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.41 |
| HSL | 15º | 0.12% | 0.54% | - |
| HSV(B) | 15º | 0.19% | 0.59% | - |
| XYZ | 24.32 | 23.97 | 22.08 | - |
| YUV | 135.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 123 | 0 | 0.14 | 0.19 | 0.41 | 15 | 0.12 | 0.54 |
| Hex | 97 | 82 | 7B | 0 | E | 13 | 29 | F | C | 36 |
| Octal | 227 | 202 | 173 | 0 | 16 | 23 | 51 | 17 | 14 | 66 |
| Binary | 10010111 | 10000010 | 1111011 | 0 | 1110 | 10011 | 101001 | 1111 | 1100 | 110110 |
Color Harmonies of #97827B
Complementary color
Monochromatic Colors of #97827B
Black with #97827B
Text Example
Text Example
White with #97827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97827B; }
p { color: rgb(151,130,123); }
H1.HeaderClassName
{
color: #97827B;
}
.AnyTagClassName
{
color: #97827B;
}
</style>
background-color css
<style>
a { background-color: #97827B; }
a { background-color: rgb(151,130,123); }
div.DivClassName
{
background-color: #97827B;
}
.BgClassName
{
background-color: #97827B;
}
</style>
border-color css
<style>
span { border-color: #97827B; }
span { border-color: rgb(151,130,123); }
td.TdClassName
{
border-color: #97827B;
}
.TagClassName
{
border-color: #97827B;
}
</style>