Shades of Highball #908A3C
Tints of Highball #908A3C
RGB
CMYK
RGB Variations
Color information
#908A3C (or 0x908A3C) is known color: Highball. HEX triplet: 90, 8A and 3C. RGB value is (144,138,60). Sum of RGB (Red+Green+Blue) = 144+138+60=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #908A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908A3C is #6F75C3. Grayscale: #838383. Windows color (decimal): -7304644 or 3967632. OLE color: 3967632.
HSL color Cylindrical-coordinate representation of color #908A3C: hue angle of 55.71º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #908A3C is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 60 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.44 |
| HSL | 55.71º | 0.41% | 0.4% | - |
| HSV(B) | 55.71º | 0.58% | 0.56% | - |
| XYZ | 21.41 | 24.43 | 7.86 | - |
| YUV | 130.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 60 | 0 | 0.04 | 0.58 | 0.44 | 55.71 | 0.41 | 0.4 |
| Hex | 90 | 8A | 3C | 0 | 4 | 3A | 2C | 38 | 29 | 28 |
| Octal | 220 | 212 | 74 | 0 | 4 | 72 | 54 | 70 | 51 | 50 |
| Binary | 10010000 | 10001010 | 111100 | 0 | 100 | 111010 | 101100 | 111000 | 101001 | 101000 |
Color Harmonies of #908A3C
Complementary color
Monochromatic Colors of #908A3C
Black with #908A3C
Text Example
Text Example
White with #908A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A3C; }
p { color: rgb(144,138,60); }
H1.HeaderClassName
{
color: #908A3C;
}
.AnyTagClassName
{
color: #908A3C;
}
</style>
background-color css
<style>
a { background-color: #908A3C; }
a { background-color: rgb(144,138,60); }
div.DivClassName
{
background-color: #908A3C;
}
.BgClassName
{
background-color: #908A3C;
}
</style>
border-color css
<style>
span { border-color: #908A3C; }
span { border-color: rgb(144,138,60); }
td.TdClassName
{
border-color: #908A3C;
}
.TagClassName
{
border-color: #908A3C;
}
</style>