Shades of Hemp #92736B
Tints of Hemp #92736B
RGB
CMYK
RGB Variations
Color information
#92736B (or 0x92736B) is known color: Hemp. HEX triplet: 92, 73 and 6B. RGB value is (146,115,107). Sum of RGB (Red+Green+Blue) = 146+115+107=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 146 - color contains mainly: red. Hex color #92736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92736B is #6D8C94. Grayscale: #7B7B7B. Windows color (decimal): -7179413 or 7041938. OLE color: 7041938.
HSL color Cylindrical-coordinate representation of color #92736B: hue angle of 12.31º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92736B is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 115 | 107 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.43 |
| HSL | 12.31º | 0.15% | 0.5% | - |
| HSV(B) | 12.31º | 0.27% | 0.57% | - |
| XYZ | 20.64 | 19.43 | 16.57 | - |
| YUV | 123.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 107 | 0 | 0.21 | 0.27 | 0.43 | 12.31 | 0.15 | 0.5 |
| Hex | 92 | 73 | 6B | 0 | 15 | 1B | 2B | C | F | 32 |
| Octal | 222 | 163 | 153 | 0 | 25 | 33 | 53 | 14 | 17 | 62 |
| Binary | 10010010 | 1110011 | 1101011 | 0 | 10101 | 11011 | 101011 | 1100 | 1111 | 110010 |
Color Harmonies of #92736B
Complementary color
Monochromatic Colors of #92736B
Black with #92736B
Text Example
Text Example
White with #92736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92736B; }
p { color: rgb(146,115,107); }
H1.HeaderClassName
{
color: #92736B;
}
.AnyTagClassName
{
color: #92736B;
}
</style>
background-color css
<style>
a { background-color: #92736B; }
a { background-color: rgb(146,115,107); }
div.DivClassName
{
background-color: #92736B;
}
.BgClassName
{
background-color: #92736B;
}
</style>
border-color css
<style>
span { border-color: #92736B; }
span { border-color: rgb(146,115,107); }
td.TdClassName
{
border-color: #92736B;
}
.TagClassName
{
border-color: #92736B;
}
</style>