Shades of Highball #969638
Tints of Highball #969638
RGB
CMYK
RGB Variations
Color information
#969638 (or 0x969638) is known color: Highball. HEX triplet: 96, 96 and 38. RGB value is (150,150,56). Sum of RGB (Red+Green+Blue) = 150+150+56=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969638 is #6969C7. Grayscale: #8B8B8B. Windows color (decimal): -6908360 or 3708566. OLE color: 3708566.
HSL color Cylindrical-coordinate representation of color #969638: hue angle of 60º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #969638 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 150 | 56 | - |
| CMYK | 0 | 0 | 0.63 | 0.41 |
| HSL | 60º | 0.46% | 0.4% | - |
| HSV(B) | 60º | 0.63% | 0.59% | - |
| XYZ | 24.2 | 28.58 | 7.98 | - |
| YUV | 139.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 56 | 0 | 0 | 0.63 | 0.41 | 60 | 0.46 | 0.4 |
| Hex | 96 | 96 | 38 | 0 | 0 | 3F | 29 | 3C | 2E | 28 |
| Octal | 226 | 226 | 70 | 0 | 0 | 77 | 51 | 74 | 56 | 50 |
| Binary | 10010110 | 10010110 | 111000 | 0 | 0 | 111111 | 101001 | 111100 | 101110 | 101000 |
Color Harmonies of #969638
Complementary color
Monochromatic Colors of #969638
Black with #969638
Text Example
Text Example
White with #969638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969638; }
p { color: rgb(150,150,56); }
H1.HeaderClassName
{
color: #969638;
}
.AnyTagClassName
{
color: #969638;
}
</style>
background-color css
<style>
a { background-color: #969638; }
a { background-color: rgb(150,150,56); }
div.DivClassName
{
background-color: #969638;
}
.BgClassName
{
background-color: #969638;
}
</style>
border-color css
<style>
span { border-color: #969638; }
span { border-color: rgb(150,150,56); }
td.TdClassName
{
border-color: #969638;
}
.TagClassName
{
border-color: #969638;
}
</style>