Shades of Hemp #92786D
Tints of Hemp #92786D
RGB
CMYK
RGB Variations
Color information
#92786D (or 0x92786D) is known color: Hemp. HEX triplet: 92, 78 and 6D. RGB value is (146,120,109). Sum of RGB (Red+Green+Blue) = 146+120+109=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #92786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92786D is #6D8792. Grayscale: #7E7E7E. Windows color (decimal): -7178131 or 7174290. OLE color: 7174290.
HSL color Cylindrical-coordinate representation of color #92786D: hue angle of 17.84º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92786D is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 120 | 109 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.43 |
| HSL | 17.84º | 0.15% | 0.5% | - |
| HSV(B) | 17.84º | 0.25% | 0.57% | - |
| XYZ | 21.33 | 20.65 | 17.33 | - |
| YUV | 126.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 109 | 0 | 0.18 | 0.25 | 0.43 | 17.84 | 0.15 | 0.5 |
| Hex | 92 | 78 | 6D | 0 | 12 | 19 | 2B | 12 | F | 32 |
| Octal | 222 | 170 | 155 | 0 | 22 | 31 | 53 | 22 | 17 | 62 |
| Binary | 10010010 | 1111000 | 1101101 | 0 | 10010 | 11001 | 101011 | 10010 | 1111 | 110010 |
Color Harmonies of #92786D
Complementary color
Monochromatic Colors of #92786D
Black with #92786D
Text Example
Text Example
White with #92786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92786D; }
p { color: rgb(146,120,109); }
H1.HeaderClassName
{
color: #92786D;
}
.AnyTagClassName
{
color: #92786D;
}
</style>
background-color css
<style>
a { background-color: #92786D; }
a { background-color: rgb(146,120,109); }
div.DivClassName
{
background-color: #92786D;
}
.BgClassName
{
background-color: #92786D;
}
</style>
border-color css
<style>
span { border-color: #92786D; }
span { border-color: rgb(146,120,109); }
td.TdClassName
{
border-color: #92786D;
}
.TagClassName
{
border-color: #92786D;
}
</style>