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