Shades of Highball #948841
Tints of Highball #948841
RGB
CMYK
RGB Variations
Color information
#948841 (or 0x948841) is known color: Highball. HEX triplet: 94, 88 and 41. RGB value is (148,136,65). Sum of RGB (Red+Green+Blue) = 148+136+65=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #948841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948841 is #6B77BE. Grayscale: #838383. Windows color (decimal): -7043007 or 4294804. OLE color: 4294804.
HSL color Cylindrical-coordinate representation of color #948841: hue angle of 51.33º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #948841 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 65 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.42 |
| HSL | 51.33º | 0.39% | 0.42% | - |
| HSV(B) | 51.33º | 0.56% | 0.58% | - |
| XYZ | 21.97 | 24.29 | 8.53 | - |
| YUV | 131.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 65 | 0 | 0.08 | 0.56 | 0.42 | 51.33 | 0.39 | 0.42 |
| Hex | 94 | 88 | 41 | 0 | 8 | 38 | 2A | 33 | 27 | 2A |
| Octal | 224 | 210 | 101 | 0 | 10 | 70 | 52 | 63 | 47 | 52 |
| Binary | 10010100 | 10001000 | 1000001 | 0 | 1000 | 111000 | 101010 | 110011 | 100111 | 101010 |
Color Harmonies of #948841
Complementary color
Monochromatic Colors of #948841
Black with #948841
Text Example
Text Example
White with #948841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948841; }
p { color: rgb(148,136,65); }
H1.HeaderClassName
{
color: #948841;
}
.AnyTagClassName
{
color: #948841;
}
</style>
background-color css
<style>
a { background-color: #948841; }
a { background-color: rgb(148,136,65); }
div.DivClassName
{
background-color: #948841;
}
.BgClassName
{
background-color: #948841;
}
</style>
border-color css
<style>
span { border-color: #948841; }
span { border-color: rgb(148,136,65); }
td.TdClassName
{
border-color: #948841;
}
.TagClassName
{
border-color: #948841;
}
</style>