Shades of Highball #908B4B
Tints of Highball #908B4B
RGB
CMYK
RGB Variations
Color information
#908B4B (or 0x908B4B) is known color: Highball. HEX triplet: 90, 8B and 4B. RGB value is (144,139,75). Sum of RGB (Red+Green+Blue) = 144+139+75=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #908B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908B4B is #6F74B4. Grayscale: #858585. Windows color (decimal): -7304373 or 4950928. OLE color: 4950928.
HSL color Cylindrical-coordinate representation of color #908B4B: hue angle of 55.65º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #908B4B is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 75 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.44 |
| HSL | 55.65º | 0.32% | 0.43% | - |
| HSV(B) | 55.65º | 0.48% | 0.56% | - |
| XYZ | 22 | 24.9 | 10.3 | - |
| YUV | 133.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 75 | 0 | 0.03 | 0.48 | 0.44 | 55.65 | 0.32 | 0.43 |
| Hex | 90 | 8B | 4B | 0 | 3 | 30 | 2C | 38 | 20 | 2B |
| Octal | 220 | 213 | 113 | 0 | 3 | 60 | 54 | 70 | 40 | 53 |
| Binary | 10010000 | 10001011 | 1001011 | 0 | 11 | 110000 | 101100 | 111000 | 100000 | 101011 |
Color Harmonies of #908B4B
Complementary color
Monochromatic Colors of #908B4B
Black with #908B4B
Text Example
Text Example
White with #908B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B4B; }
p { color: rgb(144,139,75); }
H1.HeaderClassName
{
color: #908B4B;
}
.AnyTagClassName
{
color: #908B4B;
}
</style>
background-color css
<style>
a { background-color: #908B4B; }
a { background-color: rgb(144,139,75); }
div.DivClassName
{
background-color: #908B4B;
}
.BgClassName
{
background-color: #908B4B;
}
</style>
border-color css
<style>
span { border-color: #908B4B; }
span { border-color: rgb(144,139,75); }
td.TdClassName
{
border-color: #908B4B;
}
.TagClassName
{
border-color: #908B4B;
}
</style>