Shades of Highball #99843D
Tints of Highball #99843D
RGB
CMYK
RGB Variations
Color information
#99843D (or 0x99843D) is known color: Highball. HEX triplet: 99, 84 and 3D. RGB value is (153,132,61). Sum of RGB (Red+Green+Blue) = 153+132+61=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99843D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99843D is #667BC2. Grayscale: #828282. Windows color (decimal): -6716355 or 4031641. OLE color: 4031641.
HSL color Cylindrical-coordinate representation of color #99843D: hue angle of 46.3º 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 #99843D is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 61 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.4 |
| HSL | 46.3º | 0.43% | 0.42% | - |
| HSV(B) | 46.3º | 0.6% | 0.6% | - |
| XYZ | 22.23 | 23.61 | 7.8 | - |
| YUV | 130.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 61 | 0 | 0.14 | 0.60 | 0.4 | 46.3 | 0.43 | 0.42 |
| Hex | 99 | 84 | 3D | 0 | E | 3C | 28 | 2E | 2B | 2A |
| Octal | 231 | 204 | 75 | 0 | 16 | 74 | 50 | 56 | 53 | 52 |
| Binary | 10011001 | 10000100 | 111101 | 0 | 1110 | 111100 | 101000 | 101110 | 101011 | 101010 |
Color Harmonies of #99843D
Complementary color
Monochromatic Colors of #99843D
Black with #99843D
Text Example
Text Example
White with #99843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99843D; }
p { color: rgb(153,132,61); }
H1.HeaderClassName
{
color: #99843D;
}
.AnyTagClassName
{
color: #99843D;
}
</style>
background-color css
<style>
a { background-color: #99843D; }
a { background-color: rgb(153,132,61); }
div.DivClassName
{
background-color: #99843D;
}
.BgClassName
{
background-color: #99843D;
}
</style>
border-color css
<style>
span { border-color: #99843D; }
span { border-color: rgb(153,132,61); }
td.TdClassName
{
border-color: #99843D;
}
.TagClassName
{
border-color: #99843D;
}
</style>