Shades of Highball #907E3C
Tints of Highball #907E3C
RGB
CMYK
RGB Variations
Color information
#907E3C (or 0x907E3C) is known color: Highball. HEX triplet: 90, 7E and 3C. RGB value is (144,126,60). Sum of RGB (Red+Green+Blue) = 144+126+60=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #907E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907E3C is #6F81C3. Grayscale: #7C7C7C. Windows color (decimal): -7307716 or 3964560. OLE color: 3964560.
HSL color Cylindrical-coordinate representation of color #907E3C: hue angle of 47.14º 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 #907E3C is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 126 | 60 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.44 |
| HSL | 47.14º | 0.41% | 0.4% | - |
| HSV(B) | 47.14º | 0.58% | 0.56% | - |
| XYZ | 19.78 | 21.18 | 7.32 | - |
| YUV | 123.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 126 | 60 | 0 | 0.12 | 0.58 | 0.44 | 47.14 | 0.41 | 0.4 |
| Hex | 90 | 7E | 3C | 0 | C | 3A | 2C | 2F | 29 | 28 |
| Octal | 220 | 176 | 74 | 0 | 14 | 72 | 54 | 57 | 51 | 50 |
| Binary | 10010000 | 1111110 | 111100 | 0 | 1100 | 111010 | 101100 | 101111 | 101001 | 101000 |
Color Harmonies of #907E3C
Complementary color
Monochromatic Colors of #907E3C
Black with #907E3C
Text Example
Text Example
White with #907E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907E3C; }
p { color: rgb(144,126,60); }
H1.HeaderClassName
{
color: #907E3C;
}
.AnyTagClassName
{
color: #907E3C;
}
</style>
background-color css
<style>
a { background-color: #907E3C; }
a { background-color: rgb(144,126,60); }
div.DivClassName
{
background-color: #907E3C;
}
.BgClassName
{
background-color: #907E3C;
}
</style>
border-color css
<style>
span { border-color: #907E3C; }
span { border-color: rgb(144,126,60); }
td.TdClassName
{
border-color: #907E3C;
}
.TagClassName
{
border-color: #907E3C;
}
</style>