Shades of Highball #99853D
Tints of Highball #99853D
RGB
CMYK
RGB Variations
Color information
#99853D (or 0x99853D) is known color: Highball. HEX triplet: 99, 85 and 3D. RGB value is (153,133,61). Sum of RGB (Red+Green+Blue) = 153+133+61=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99853D is #667AC2. Grayscale: #838383. Windows color (decimal): -6716099 or 4031897. OLE color: 4031897.
HSL color Cylindrical-coordinate representation of color #99853D: hue angle of 46.96º 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 #99853D is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 61 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.4 |
| HSL | 46.96º | 0.43% | 0.42% | - |
| HSV(B) | 46.96º | 0.6% | 0.6% | - |
| XYZ | 22.37 | 23.88 | 7.85 | - |
| YUV | 130.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 61 | 0 | 0.13 | 0.60 | 0.4 | 46.96 | 0.43 | 0.42 |
| Hex | 99 | 85 | 3D | 0 | D | 3C | 28 | 2F | 2B | 2A |
| Octal | 231 | 205 | 75 | 0 | 15 | 74 | 50 | 57 | 53 | 52 |
| Binary | 10011001 | 10000101 | 111101 | 0 | 1101 | 111100 | 101000 | 101111 | 101011 | 101010 |
Color Harmonies of #99853D
Complementary color
Monochromatic Colors of #99853D
Black with #99853D
Text Example
Text Example
White with #99853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99853D; }
p { color: rgb(153,133,61); }
H1.HeaderClassName
{
color: #99853D;
}
.AnyTagClassName
{
color: #99853D;
}
</style>
background-color css
<style>
a { background-color: #99853D; }
a { background-color: rgb(153,133,61); }
div.DivClassName
{
background-color: #99853D;
}
.BgClassName
{
background-color: #99853D;
}
</style>
border-color css
<style>
span { border-color: #99853D; }
span { border-color: rgb(153,133,61); }
td.TdClassName
{
border-color: #99853D;
}
.TagClassName
{
border-color: #99853D;
}
</style>