Shades of Highball #99863D
Tints of Highball #99863D
RGB
CMYK
RGB Variations
Color information
#99863D (or 0x99863D) is known color: Highball. HEX triplet: 99, 86 and 3D. RGB value is (153,134,61). Sum of RGB (Red+Green+Blue) = 153+134+61=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99863D is #6679C2. Grayscale: #838383. Windows color (decimal): -6715843 or 4032153. OLE color: 4032153.
HSL color Cylindrical-coordinate representation of color #99863D: hue angle of 47.61º 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 #99863D is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 61 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.4 |
| HSL | 47.61º | 0.43% | 0.42% | - |
| HSV(B) | 47.61º | 0.6% | 0.6% | - |
| XYZ | 22.5 | 24.16 | 7.89 | - |
| YUV | 131.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 61 | 0 | 0.12 | 0.60 | 0.4 | 47.61 | 0.43 | 0.42 |
| Hex | 99 | 86 | 3D | 0 | C | 3C | 28 | 30 | 2B | 2A |
| Octal | 231 | 206 | 75 | 0 | 14 | 74 | 50 | 60 | 53 | 52 |
| Binary | 10011001 | 10000110 | 111101 | 0 | 1100 | 111100 | 101000 | 110000 | 101011 | 101010 |
Color Harmonies of #99863D
Complementary color
Monochromatic Colors of #99863D
Black with #99863D
Text Example
Text Example
White with #99863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99863D; }
p { color: rgb(153,134,61); }
H1.HeaderClassName
{
color: #99863D;
}
.AnyTagClassName
{
color: #99863D;
}
</style>
background-color css
<style>
a { background-color: #99863D; }
a { background-color: rgb(153,134,61); }
div.DivClassName
{
background-color: #99863D;
}
.BgClassName
{
background-color: #99863D;
}
</style>
border-color css
<style>
span { border-color: #99863D; }
span { border-color: rgb(153,134,61); }
td.TdClassName
{
border-color: #99863D;
}
.TagClassName
{
border-color: #99863D;
}
</style>