Shades of Highball #96823D
Tints of Highball #96823D
RGB
CMYK
RGB Variations
Color information
#96823D (or 0x96823D) is known color: Highball. HEX triplet: 96, 82 and 3D. RGB value is (150,130,61). Sum of RGB (Red+Green+Blue) = 150+130+61=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96823D is #697DC2. Grayscale: #808080. Windows color (decimal): -6913475 or 4031126. OLE color: 4031126.
HSL color Cylindrical-coordinate representation of color #96823D: hue angle of 46.52º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96823D is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 61 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.41 |
| HSL | 46.52º | 0.42% | 0.41% | - |
| HSV(B) | 46.52º | 0.59% | 0.59% | - |
| XYZ | 21.4 | 22.79 | 7.69 | - |
| YUV | 128.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 61 | 0 | 0.13 | 0.59 | 0.41 | 46.52 | 0.42 | 0.41 |
| Hex | 96 | 82 | 3D | 0 | D | 3B | 29 | 2F | 2A | 29 |
| Octal | 226 | 202 | 75 | 0 | 15 | 73 | 51 | 57 | 52 | 51 |
| Binary | 10010110 | 10000010 | 111101 | 0 | 1101 | 111011 | 101001 | 101111 | 101010 | 101001 |
Color Harmonies of #96823D
Complementary color
Monochromatic Colors of #96823D
Black with #96823D
Text Example
Text Example
White with #96823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96823D; }
p { color: rgb(150,130,61); }
H1.HeaderClassName
{
color: #96823D;
}
.AnyTagClassName
{
color: #96823D;
}
</style>
background-color css
<style>
a { background-color: #96823D; }
a { background-color: rgb(150,130,61); }
div.DivClassName
{
background-color: #96823D;
}
.BgClassName
{
background-color: #96823D;
}
</style>
border-color css
<style>
span { border-color: #96823D; }
span { border-color: rgb(150,130,61); }
td.TdClassName
{
border-color: #96823D;
}
.TagClassName
{
border-color: #96823D;
}
</style>