Shades of Zorba #998E83
Tints of Zorba #998E83
RGB
CMYK
RGB Variations
Color information
#998E83 (or 0x998E83) is known color: Zorba. HEX triplet: 99, 8E and 83. RGB value is (153,142,131). Sum of RGB (Red+Green+Blue) = 153+142+131=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #998E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998E83 is #66717C. Grayscale: #909090. Windows color (decimal): -6713725 or 8621721. OLE color: 8621721.
HSL color Cylindrical-coordinate representation of color #998E83: hue angle of 30º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998E83 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 131 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.4 |
| HSL | 30º | 0.1% | 0.56% | - |
| HSV(B) | 30º | 0.14% | 0.6% | - |
| XYZ | 26.91 | 27.76 | 25.41 | - |
| YUV | 144.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 131 | 0 | 0.07 | 0.14 | 0.4 | 30 | 0.1 | 0.56 |
| Hex | 99 | 8E | 83 | 0 | 7 | E | 28 | 1E | A | 38 |
| Octal | 231 | 216 | 203 | 0 | 7 | 16 | 50 | 36 | 12 | 70 |
| Binary | 10011001 | 10001110 | 10000011 | 0 | 111 | 1110 | 101000 | 11110 | 1010 | 111000 |
Color Harmonies of #998E83
Complementary color
Monochromatic Colors of #998E83
Black with #998E83
Text Example
Text Example
White with #998E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E83; }
p { color: rgb(153,142,131); }
H1.HeaderClassName
{
color: #998E83;
}
.AnyTagClassName
{
color: #998E83;
}
</style>
background-color css
<style>
a { background-color: #998E83; }
a { background-color: rgb(153,142,131); }
div.DivClassName
{
background-color: #998E83;
}
.BgClassName
{
background-color: #998E83;
}
</style>
border-color css
<style>
span { border-color: #998E83; }
span { border-color: rgb(153,142,131); }
td.TdClassName
{
border-color: #998E83;
}
.TagClassName
{
border-color: #998E83;
}
</style>