Shades of Zorba #99938A
Tints of Zorba #99938A
RGB
CMYK
RGB Variations
Color information
#99938A (or 0x99938A) is known color: Zorba. HEX triplet: 99, 93 and 8A. RGB value is (153,147,138). Sum of RGB (Red+Green+Blue) = 153+147+138=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 153 - color contains mainly: red. Hex color #99938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99938A is #666C75. Grayscale: #939393. Windows color (decimal): -6712438 or 9081753. OLE color: 9081753.
HSL color Cylindrical-coordinate representation of color #99938A: hue angle of 36º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99938A is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 138 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.4 |
| HSL | 36º | 0.07% | 0.57% | - |
| HSV(B) | 36º | 0.1% | 0.6% | - |
| XYZ | 28.16 | 29.47 | 28.25 | - |
| YUV | 147.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 138 | 0 | 0.04 | 0.10 | 0.4 | 36 | 0.07 | 0.57 |
| Hex | 99 | 93 | 8A | 0 | 4 | A | 28 | 24 | 7 | 39 |
| Octal | 231 | 223 | 212 | 0 | 4 | 12 | 50 | 44 | 7 | 71 |
| Binary | 10011001 | 10010011 | 10001010 | 0 | 100 | 1010 | 101000 | 100100 | 111 | 111001 |
Color Harmonies of #99938A
Complementary color
Monochromatic Colors of #99938A
Black with #99938A
Text Example
Text Example
White with #99938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99938A; }
p { color: rgb(153,147,138); }
H1.HeaderClassName
{
color: #99938A;
}
.AnyTagClassName
{
color: #99938A;
}
</style>
background-color css
<style>
a { background-color: #99938A; }
a { background-color: rgb(153,147,138); }
div.DivClassName
{
background-color: #99938A;
}
.BgClassName
{
background-color: #99938A;
}
</style>
border-color css
<style>
span { border-color: #99938A; }
span { border-color: rgb(153,147,138); }
td.TdClassName
{
border-color: #99938A;
}
.TagClassName
{
border-color: #99938A;
}
</style>