Shades of Highball #908F4A
Tints of Highball #908F4A
RGB
CMYK
RGB Variations
Color information
#908F4A (or 0x908F4A) is known color: Highball. HEX triplet: 90, 8F and 4A. RGB value is (144,143,74). Sum of RGB (Red+Green+Blue) = 144+143+74=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 144 - color contains mainly: red. Hex color #908F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908F4A is #6F70B5. Grayscale: #878787. Windows color (decimal): -7303350 or 4886416. OLE color: 4886416.
HSL color Cylindrical-coordinate representation of color #908F4A: hue angle of 59.14º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #908F4A is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 143 | 74 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.44 |
| HSL | 59.14º | 0.32% | 0.43% | - |
| HSV(B) | 59.14º | 0.49% | 0.56% | - |
| XYZ | 22.56 | 26.07 | 10.32 | - |
| YUV | 135.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 74 | 0 | 0.01 | 0.49 | 0.44 | 59.14 | 0.32 | 0.43 |
| Hex | 90 | 8F | 4A | 0 | 1 | 31 | 2C | 3B | 20 | 2B |
| Octal | 220 | 217 | 112 | 0 | 1 | 61 | 54 | 73 | 40 | 53 |
| Binary | 10010000 | 10001111 | 1001010 | 0 | 1 | 110001 | 101100 | 111011 | 100000 | 101011 |
Color Harmonies of #908F4A
Complementary color
Monochromatic Colors of #908F4A
Black with #908F4A
Text Example
Text Example
White with #908F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908F4A; }
p { color: rgb(144,143,74); }
H1.HeaderClassName
{
color: #908F4A;
}
.AnyTagClassName
{
color: #908F4A;
}
</style>
background-color css
<style>
a { background-color: #908F4A; }
a { background-color: rgb(144,143,74); }
div.DivClassName
{
background-color: #908F4A;
}
.BgClassName
{
background-color: #908F4A;
}
</style>
border-color css
<style>
span { border-color: #908F4A; }
span { border-color: rgb(144,143,74); }
td.TdClassName
{
border-color: #908F4A;
}
.TagClassName
{
border-color: #908F4A;
}
</style>