Shades of Highball #96823E
Tints of Highball #96823E
RGB
CMYK
RGB Variations
Color information
#96823E (or 0x96823E) is known color: Highball. HEX triplet: 96, 82 and 3E. RGB value is (150,130,62). Sum of RGB (Red+Green+Blue) = 150+130+62=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96823E is #697DC1. Grayscale: #808080. Windows color (decimal): -6913474 or 4096662. OLE color: 4096662.
HSL color Cylindrical-coordinate representation of color #96823E: hue angle of 46.36º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96823E is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 62 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.41 |
| HSL | 46.36º | 0.42% | 0.42% | - |
| HSV(B) | 46.36º | 0.59% | 0.59% | - |
| XYZ | 21.43 | 22.8 | 7.83 | - |
| YUV | 128.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 62 | 0 | 0.13 | 0.59 | 0.41 | 46.36 | 0.42 | 0.42 |
| Hex | 96 | 82 | 3E | 0 | D | 3B | 29 | 2E | 2A | 2A |
| Octal | 226 | 202 | 76 | 0 | 15 | 73 | 51 | 56 | 52 | 52 |
| Binary | 10010110 | 10000010 | 111110 | 0 | 1101 | 111011 | 101001 | 101110 | 101010 | 101010 |
Color Harmonies of #96823E
Complementary color
Monochromatic Colors of #96823E
Black with #96823E
Text Example
Text Example
White with #96823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96823E; }
p { color: rgb(150,130,62); }
H1.HeaderClassName
{
color: #96823E;
}
.AnyTagClassName
{
color: #96823E;
}
</style>
background-color css
<style>
a { background-color: #96823E; }
a { background-color: rgb(150,130,62); }
div.DivClassName
{
background-color: #96823E;
}
.BgClassName
{
background-color: #96823E;
}
</style>
border-color css
<style>
span { border-color: #96823E; }
span { border-color: rgb(150,130,62); }
td.TdClassName
{
border-color: #96823E;
}
.TagClassName
{
border-color: #96823E;
}
</style>