Shades of Highball #99863B
Tints of Highball #99863B
RGB
CMYK
RGB Variations
Color information
#99863B (or 0x99863B) is known color: Highball. HEX triplet: 99, 86 and 3B. RGB value is (153,134,59). Sum of RGB (Red+Green+Blue) = 153+134+59=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99863B is #6679C4. Grayscale: #838383. Windows color (decimal): -6715845 or 3901081. OLE color: 3901081.
HSL color Cylindrical-coordinate representation of color #99863B: hue angle of 47.87º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99863B is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 59 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.4 |
| HSL | 47.87º | 0.44% | 0.42% | - |
| HSV(B) | 47.87º | 0.61% | 0.6% | - |
| XYZ | 22.45 | 24.14 | 7.61 | - |
| YUV | 131.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 59 | 0 | 0.12 | 0.61 | 0.4 | 47.87 | 0.44 | 0.42 |
| Hex | 99 | 86 | 3B | 0 | C | 3D | 28 | 30 | 2C | 2A |
| Octal | 231 | 206 | 73 | 0 | 14 | 75 | 50 | 60 | 54 | 52 |
| Binary | 10011001 | 10000110 | 111011 | 0 | 1100 | 111101 | 101000 | 110000 | 101100 | 101010 |
Color Harmonies of #99863B
Complementary color
Monochromatic Colors of #99863B
Black with #99863B
Text Example
Text Example
White with #99863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99863B; }
p { color: rgb(153,134,59); }
H1.HeaderClassName
{
color: #99863B;
}
.AnyTagClassName
{
color: #99863B;
}
</style>
background-color css
<style>
a { background-color: #99863B; }
a { background-color: rgb(153,134,59); }
div.DivClassName
{
background-color: #99863B;
}
.BgClassName
{
background-color: #99863B;
}
</style>
border-color css
<style>
span { border-color: #99863B; }
span { border-color: rgb(153,134,59); }
td.TdClassName
{
border-color: #99863B;
}
.TagClassName
{
border-color: #99863B;
}
</style>