Shades of Highball #99823D
Tints of Highball #99823D
RGB
CMYK
RGB Variations
Color information
#99823D (or 0x99823D) is known color: Highball. HEX triplet: 99, 82 and 3D. RGB value is (153,130,61). Sum of RGB (Red+Green+Blue) = 153+130+61=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99823D is #667DC2. Grayscale: #818181. Windows color (decimal): -6716867 or 4031129. OLE color: 4031129.
HSL color Cylindrical-coordinate representation of color #99823D: hue angle of 45º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99823D is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 61 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.4 |
| HSL | 45º | 0.43% | 0.42% | - |
| HSV(B) | 45º | 0.6% | 0.6% | - |
| XYZ | 21.96 | 23.07 | 7.71 | - |
| YUV | 129.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 61 | 0 | 0.15 | 0.60 | 0.4 | 45 | 0.43 | 0.42 |
| Hex | 99 | 82 | 3D | 0 | F | 3C | 28 | 2D | 2B | 2A |
| Octal | 231 | 202 | 75 | 0 | 17 | 74 | 50 | 55 | 53 | 52 |
| Binary | 10011001 | 10000010 | 111101 | 0 | 1111 | 111100 | 101000 | 101101 | 101011 | 101010 |
Color Harmonies of #99823D
Complementary color
Monochromatic Colors of #99823D
Black with #99823D
Text Example
Text Example
White with #99823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99823D; }
p { color: rgb(153,130,61); }
H1.HeaderClassName
{
color: #99823D;
}
.AnyTagClassName
{
color: #99823D;
}
</style>
background-color css
<style>
a { background-color: #99823D; }
a { background-color: rgb(153,130,61); }
div.DivClassName
{
background-color: #99823D;
}
.BgClassName
{
background-color: #99823D;
}
</style>
border-color css
<style>
span { border-color: #99823D; }
span { border-color: rgb(153,130,61); }
td.TdClassName
{
border-color: #99823D;
}
.TagClassName
{
border-color: #99823D;
}
</style>