Shades of Raw Umber #604A00
Tints of Raw Umber #604A00
RGB
CMYK
RGB Variations
Color information
#604A00 (or 0x604A00) is known color: Raw Umber. HEX triplet: 60, 4A and 00. RGB value is (96,74,0). Sum of RGB (Red+Green+Blue) = 96+74+0=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #604A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604A00 is #9FB5FF. Grayscale: #484848. Windows color (decimal): -10466816 or 19040. OLE color: 19040.
HSL color Cylindrical-coordinate representation of color #604A00: hue angle of 46.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #604A00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.62 |
| HSL | 46.25º | 1% | 0.19% | - |
| HSV(B) | 46.25º | 1% | 0.38% | - |
| XYZ | 7.27 | 7.38 | 1.04 | - |
| YUV | 72.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 0 | 0 | 0.23 | 1 | 0.62 | 46.25 | 1 | 0.19 |
| Hex | 60 | 4A | 0 | 0 | 17 | 64 | 3E | 2E | 64 | 13 |
| Octal | 140 | 112 | 0 | 0 | 27 | 144 | 76 | 56 | 144 | 23 |
| Binary | 1100000 | 1001010 | 0 | 0 | 10111 | 1100100 | 111110 | 101110 | 1100100 | 10011 |
Color Harmonies of #604A00
Complementary color
Monochromatic Colors of #604A00
Black with #604A00
Text Example
Text Example
White with #604A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A00; }
p { color: rgb(96,74,0); }
H1.HeaderClassName
{
color: #604A00;
}
.AnyTagClassName
{
color: #604A00;
}
</style>
background-color css
<style>
a { background-color: #604A00; }
a { background-color: rgb(96,74,0); }
div.DivClassName
{
background-color: #604A00;
}
.BgClassName
{
background-color: #604A00;
}
</style>
border-color css
<style>
span { border-color: #604A00; }
span { border-color: rgb(96,74,0); }
td.TdClassName
{
border-color: #604A00;
}
.TagClassName
{
border-color: #604A00;
}
</style>