Shades of Highball #96823C
Tints of Highball #96823C
RGB
CMYK
RGB Variations
Color information
#96823C (or 0x96823C) is known color: Highball. HEX triplet: 96, 82 and 3C. RGB value is (150,130,60). Sum of RGB (Red+Green+Blue) = 150+130+60=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #96823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96823C is #697DC3. Grayscale: #808080. Windows color (decimal): -6913476 or 3965590. OLE color: 3965590.
HSL color Cylindrical-coordinate representation of color #96823C: hue angle of 46.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96823C is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 60 | - |
| CMYK | 0 | 0.13 | 0.6 | 0.41 |
| HSL | 46.67º | 0.43% | 0.41% | - |
| HSV(B) | 46.67º | 0.6% | 0.59% | - |
| XYZ | 21.38 | 22.78 | 7.54 | - |
| YUV | 128 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 60 | 0 | 0.13 | 0.6 | 0.41 | 46.67 | 0.43 | 0.41 |
| Hex | 96 | 82 | 3C | 0 | D | 3C | 29 | 2F | 2B | 29 |
| Octal | 226 | 202 | 74 | 0 | 15 | 74 | 51 | 57 | 53 | 51 |
| Binary | 10010110 | 10000010 | 111100 | 0 | 1101 | 111100 | 101001 | 101111 | 101011 | 101001 |
Color Harmonies of #96823C
Complementary color
Monochromatic Colors of #96823C
Black with #96823C
Text Example
Text Example
White with #96823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96823C; }
p { color: rgb(150,130,60); }
H1.HeaderClassName
{
color: #96823C;
}
.AnyTagClassName
{
color: #96823C;
}
</style>
background-color css
<style>
a { background-color: #96823C; }
a { background-color: rgb(150,130,60); }
div.DivClassName
{
background-color: #96823C;
}
.BgClassName
{
background-color: #96823C;
}
</style>
border-color css
<style>
span { border-color: #96823C; }
span { border-color: rgb(150,130,60); }
td.TdClassName
{
border-color: #96823C;
}
.TagClassName
{
border-color: #96823C;
}
</style>