Shades of Highball #99823A
Tints of Highball #99823A
RGB
CMYK
RGB Variations
Color information
#99823A (or 0x99823A) is known color: Highball. HEX triplet: 99, 82 and 3A. RGB value is (153,130,58). Sum of RGB (Red+Green+Blue) = 153+130+58=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #99823A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99823A is #667DC5. Grayscale: #808080. Windows color (decimal): -6716870 or 3834521. OLE color: 3834521.
HSL color Cylindrical-coordinate representation of color #99823A: hue angle of 45.47º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99823A is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 58 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.4 |
| HSL | 45.47º | 0.45% | 0.41% | - |
| HSV(B) | 45.47º | 0.62% | 0.6% | - |
| XYZ | 21.88 | 23.04 | 7.3 | - |
| YUV | 128.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 58 | 0 | 0.15 | 0.62 | 0.4 | 45.47 | 0.45 | 0.41 |
| Hex | 99 | 82 | 3A | 0 | F | 3E | 28 | 2D | 2D | 29 |
| Octal | 231 | 202 | 72 | 0 | 17 | 76 | 50 | 55 | 55 | 51 |
| Binary | 10011001 | 10000010 | 111010 | 0 | 1111 | 111110 | 101000 | 101101 | 101101 | 101001 |
Color Harmonies of #99823A
Complementary color
Monochromatic Colors of #99823A
Black with #99823A
Text Example
Text Example
White with #99823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99823A; }
p { color: rgb(153,130,58); }
H1.HeaderClassName
{
color: #99823A;
}
.AnyTagClassName
{
color: #99823A;
}
</style>
background-color css
<style>
a { background-color: #99823A; }
a { background-color: rgb(153,130,58); }
div.DivClassName
{
background-color: #99823A;
}
.BgClassName
{
background-color: #99823A;
}
</style>
border-color css
<style>
span { border-color: #99823A; }
span { border-color: rgb(153,130,58); }
td.TdClassName
{
border-color: #99823A;
}
.TagClassName
{
border-color: #99823A;
}
</style>