Shades of Highball #868238
Tints of Highball #868238
RGB
CMYK
RGB Variations
Color information
#868238 (or 0x868238) is known color: Highball. HEX triplet: 86, 82 and 38. RGB value is (134,130,56). Sum of RGB (Red+Green+Blue) = 134+130+56=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #868238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868238 is #797DC7. Grayscale: #7B7B7B. Windows color (decimal): -7962056 or 3703430. OLE color: 3703430.
HSL color Cylindrical-coordinate representation of color #868238: hue angle of 56.92º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #868238 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 56 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.47 |
| HSL | 56.92º | 0.41% | 0.37% | - |
| HSV(B) | 56.92º | 0.58% | 0.53% | - |
| XYZ | 18.53 | 21.32 | 6.88 | - |
| YUV | 122.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 56 | 0 | 0.03 | 0.58 | 0.47 | 56.92 | 0.41 | 0.37 |
| Hex | 86 | 82 | 38 | 0 | 3 | 3A | 2F | 39 | 29 | 25 |
| Octal | 206 | 202 | 70 | 0 | 3 | 72 | 57 | 71 | 51 | 45 |
| Binary | 10000110 | 10000010 | 111000 | 0 | 11 | 111010 | 101111 | 111001 | 101001 | 100101 |
Color Harmonies of #868238
Complementary color
Monochromatic Colors of #868238
Black with #868238
Text Example
Text Example
White with #868238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868238; }
p { color: rgb(134,130,56); }
H1.HeaderClassName
{
color: #868238;
}
.AnyTagClassName
{
color: #868238;
}
</style>
background-color css
<style>
a { background-color: #868238; }
a { background-color: rgb(134,130,56); }
div.DivClassName
{
background-color: #868238;
}
.BgClassName
{
background-color: #868238;
}
</style>
border-color css
<style>
span { border-color: #868238; }
span { border-color: rgb(134,130,56); }
td.TdClassName
{
border-color: #868238;
}
.TagClassName
{
border-color: #868238;
}
</style>