Shades of Raw Umber #604501
Tints of Raw Umber #604501
RGB
CMYK
RGB Variations
Color information
#604501 (or 0x604501) is known color: Raw Umber. HEX triplet: 60, 45 and 01. RGB value is (96,69,1). Sum of RGB (Red+Green+Blue) = 96+69+1=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #604501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604501 is #9FBAFE. Grayscale: #454545. Windows color (decimal): -10468095 or 83296. OLE color: 83296.
HSL color Cylindrical-coordinate representation of color #604501: hue angle of 42.95º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #604501 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 69 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.62 |
| HSL | 42.95º | 0.98% | 0.19% | - |
| HSV(B) | 42.95º | 0.99% | 0.38% | - |
| XYZ | 6.96 | 6.75 | 0.96 | - |
| YUV | 69.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 1 | 0 | 0.28 | 0.99 | 0.62 | 42.95 | 0.98 | 0.19 |
| Hex | 60 | 45 | 1 | 0 | 1C | 63 | 3E | 2B | 62 | 13 |
| Octal | 140 | 105 | 1 | 0 | 34 | 143 | 76 | 53 | 142 | 23 |
| Binary | 1100000 | 1000101 | 1 | 0 | 11100 | 1100011 | 111110 | 101011 | 1100010 | 10011 |
Color Harmonies of #604501
Complementary color
Monochromatic Colors of #604501
Black with #604501
Text Example
Text Example
White with #604501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604501; }
p { color: rgb(96,69,1); }
H1.HeaderClassName
{
color: #604501;
}
.AnyTagClassName
{
color: #604501;
}
</style>
background-color css
<style>
a { background-color: #604501; }
a { background-color: rgb(96,69,1); }
div.DivClassName
{
background-color: #604501;
}
.BgClassName
{
background-color: #604501;
}
</style>
border-color css
<style>
span { border-color: #604501; }
span { border-color: rgb(96,69,1); }
td.TdClassName
{
border-color: #604501;
}
.TagClassName
{
border-color: #604501;
}
</style>