Shades of Hemp #92756D
Tints of Hemp #92756D
RGB
CMYK
RGB Variations
Color information
#92756D (or 0x92756D) is known color: Hemp. HEX triplet: 92, 75 and 6D. RGB value is (146,117,109). Sum of RGB (Red+Green+Blue) = 146+117+109=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #92756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92756D is #6D8A92. Grayscale: #7C7C7C. Windows color (decimal): -7178899 or 7173522. OLE color: 7173522.
HSL color Cylindrical-coordinate representation of color #92756D: hue angle of 12.97º 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 #92756D is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 117 | 109 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.43 |
| HSL | 12.97º | 0.15% | 0.5% | - |
| HSV(B) | 12.97º | 0.25% | 0.57% | - |
| XYZ | 20.98 | 19.94 | 17.21 | - |
| YUV | 124.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 117 | 109 | 0 | 0.20 | 0.25 | 0.43 | 12.97 | 0.15 | 0.5 |
| Hex | 92 | 75 | 6D | 0 | 14 | 19 | 2B | D | F | 32 |
| Octal | 222 | 165 | 155 | 0 | 24 | 31 | 53 | 15 | 17 | 62 |
| Binary | 10010010 | 1110101 | 1101101 | 0 | 10100 | 11001 | 101011 | 1101 | 1111 | 110010 |
Color Harmonies of #92756D
Complementary color
Monochromatic Colors of #92756D
Black with #92756D
Text Example
Text Example
White with #92756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92756D; }
p { color: rgb(146,117,109); }
H1.HeaderClassName
{
color: #92756D;
}
.AnyTagClassName
{
color: #92756D;
}
</style>
background-color css
<style>
a { background-color: #92756D; }
a { background-color: rgb(146,117,109); }
div.DivClassName
{
background-color: #92756D;
}
.BgClassName
{
background-color: #92756D;
}
</style>
border-color css
<style>
span { border-color: #92756D; }
span { border-color: rgb(146,117,109); }
td.TdClassName
{
border-color: #92756D;
}
.TagClassName
{
border-color: #92756D;
}
</style>