Shades of Zorba #99948F
Tints of Zorba #99948F
RGB
CMYK
RGB Variations
Color information
#99948F (or 0x99948F) is known color: Zorba. HEX triplet: 99, 94 and 8F. RGB value is (153,148,143). Sum of RGB (Red+Green+Blue) = 153+148+143=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 153 - color contains mainly: red. Hex color #99948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99948F is #666B70. Grayscale: #949494. Windows color (decimal): -6712177 or 9409689. OLE color: 9409689.
HSL color Cylindrical-coordinate representation of color #99948F: hue angle of 30º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99948F is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 143 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.4 |
| HSL | 30º | 0.05% | 0.58% | - |
| HSV(B) | 30º | 0.07% | 0.6% | - |
| XYZ | 28.68 | 29.94 | 30.25 | - |
| YUV | 148.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 143 | 0 | 0.03 | 0.07 | 0.4 | 30 | 0.05 | 0.58 |
| Hex | 99 | 94 | 8F | 0 | 3 | 7 | 28 | 1E | 5 | 3A |
| Octal | 231 | 224 | 217 | 0 | 3 | 7 | 50 | 36 | 5 | 72 |
| Binary | 10011001 | 10010100 | 10001111 | 0 | 11 | 111 | 101000 | 11110 | 101 | 111010 |
Color Harmonies of #99948F
Complementary color
Monochromatic Colors of #99948F
Black with #99948F
Text Example
Text Example
White with #99948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99948F; }
p { color: rgb(153,148,143); }
H1.HeaderClassName
{
color: #99948F;
}
.AnyTagClassName
{
color: #99948F;
}
</style>
background-color css
<style>
a { background-color: #99948F; }
a { background-color: rgb(153,148,143); }
div.DivClassName
{
background-color: #99948F;
}
.BgClassName
{
background-color: #99948F;
}
</style>
border-color css
<style>
span { border-color: #99948F; }
span { border-color: rgb(153,148,143); }
td.TdClassName
{
border-color: #99948F;
}
.TagClassName
{
border-color: #99948F;
}
</style>