Shades of Raw Umber #604E0A
Tints of Raw Umber #604E0A
RGB
CMYK
RGB Variations
Color information
#604E0A (or 0x604E0A) is known color: Raw Umber. HEX triplet: 60, 4E and 0A. RGB value is (96,78,10). Sum of RGB (Red+Green+Blue) = 96+78+10=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #604E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604E0A is #9FB1F5. Grayscale: #4B4B4B. Windows color (decimal): -10465782 or 675424. OLE color: 675424.
HSL color Cylindrical-coordinate representation of color #604E0A: hue angle of 47.44º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #604E0A is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 78 | 10 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.62 |
| HSL | 47.44º | 0.81% | 0.21% | - |
| HSV(B) | 47.44º | 0.9% | 0.38% | - |
| XYZ | 7.6 | 7.96 | 1.42 | - |
| YUV | 75.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 10 | 0 | 0.19 | 0.90 | 0.62 | 47.44 | 0.81 | 0.21 |
| Hex | 60 | 4E | A | 0 | 13 | 5A | 3E | 2F | 51 | 15 |
| Octal | 140 | 116 | 12 | 0 | 23 | 132 | 76 | 57 | 121 | 25 |
| Binary | 1100000 | 1001110 | 1010 | 0 | 10011 | 1011010 | 111110 | 101111 | 1010001 | 10101 |
Color Harmonies of #604E0A
Complementary color
Monochromatic Colors of #604E0A
Black with #604E0A
Text Example
Text Example
White with #604E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E0A; }
p { color: rgb(96,78,10); }
H1.HeaderClassName
{
color: #604E0A;
}
.AnyTagClassName
{
color: #604E0A;
}
</style>
background-color css
<style>
a { background-color: #604E0A; }
a { background-color: rgb(96,78,10); }
div.DivClassName
{
background-color: #604E0A;
}
.BgClassName
{
background-color: #604E0A;
}
</style>
border-color css
<style>
span { border-color: #604E0A; }
span { border-color: rgb(96,78,10); }
td.TdClassName
{
border-color: #604E0A;
}
.TagClassName
{
border-color: #604E0A;
}
</style>