Shades of Bitter #918F63
Tints of Bitter #918F63
RGB
CMYK
RGB Variations
Color information
#918F63 (or 0x918F63) is known color: Bitter. HEX triplet: 91, 8F and 63. RGB value is (145,143,99). Sum of RGB (Red+Green+Blue) = 145+143+99=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #918F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F63 is #6E709C. Grayscale: #8A8A8A. Windows color (decimal): -7237789 or 6524817. OLE color: 6524817.
HSL color Cylindrical-coordinate representation of color #918F63: hue angle of 57.39º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #918F63 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 99 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.43 |
| HSL | 57.39º | 0.19% | 0.48% | - |
| HSV(B) | 57.39º | 0.32% | 0.57% | - |
| XYZ | 23.75 | 26.57 | 15.68 | - |
| YUV | 138.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 99 | 0 | 0.01 | 0.32 | 0.43 | 57.39 | 0.19 | 0.48 |
| Hex | 91 | 8F | 63 | 0 | 1 | 20 | 2B | 39 | 13 | 30 |
| Octal | 221 | 217 | 143 | 0 | 1 | 40 | 53 | 71 | 23 | 60 |
| Binary | 10010001 | 10001111 | 1100011 | 0 | 1 | 100000 | 101011 | 111001 | 10011 | 110000 |
Color Harmonies of #918F63
Complementary color
Monochromatic Colors of #918F63
Black with #918F63
Text Example
Text Example
White with #918F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F63; }
p { color: rgb(145,143,99); }
H1.HeaderClassName
{
color: #918F63;
}
.AnyTagClassName
{
color: #918F63;
}
</style>
background-color css
<style>
a { background-color: #918F63; }
a { background-color: rgb(145,143,99); }
div.DivClassName
{
background-color: #918F63;
}
.BgClassName
{
background-color: #918F63;
}
</style>
border-color css
<style>
span { border-color: #918F63; }
span { border-color: rgb(145,143,99); }
td.TdClassName
{
border-color: #918F63;
}
.TagClassName
{
border-color: #918F63;
}
</style>