Shades of Highball #99823B
Tints of Highball #99823B
RGB
CMYK
RGB Variations
Color information
#99823B (or 0x99823B) is known color: Highball. HEX triplet: 99, 82 and 3B. RGB value is (153,130,59). Sum of RGB (Red+Green+Blue) = 153+130+59=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #99823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99823B is #667DC4. Grayscale: #818181. Windows color (decimal): -6716869 or 3900057. OLE color: 3900057.
HSL color Cylindrical-coordinate representation of color #99823B: hue angle of 45.32º 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 #99823B is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 59 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.4 |
| HSL | 45.32º | 0.44% | 0.42% | - |
| HSV(B) | 45.32º | 0.61% | 0.6% | - |
| XYZ | 21.91 | 23.05 | 7.43 | - |
| YUV | 128.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 59 | 0 | 0.15 | 0.61 | 0.4 | 45.32 | 0.44 | 0.42 |
| Hex | 99 | 82 | 3B | 0 | F | 3D | 28 | 2D | 2C | 2A |
| Octal | 231 | 202 | 73 | 0 | 17 | 75 | 50 | 55 | 54 | 52 |
| Binary | 10011001 | 10000010 | 111011 | 0 | 1111 | 111101 | 101000 | 101101 | 101100 | 101010 |
Color Harmonies of #99823B
Complementary color
Monochromatic Colors of #99823B
Black with #99823B
Text Example
Text Example
White with #99823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99823B; }
p { color: rgb(153,130,59); }
H1.HeaderClassName
{
color: #99823B;
}
.AnyTagClassName
{
color: #99823B;
}
</style>
background-color css
<style>
a { background-color: #99823B; }
a { background-color: rgb(153,130,59); }
div.DivClassName
{
background-color: #99823B;
}
.BgClassName
{
background-color: #99823B;
}
</style>
border-color css
<style>
span { border-color: #99823B; }
span { border-color: rgb(153,130,59); }
td.TdClassName
{
border-color: #99823B;
}
.TagClassName
{
border-color: #99823B;
}
</style>