Shades of Raw Umber #604404
Tints of Raw Umber #604404
RGB
CMYK
RGB Variations
Color information
#604404 (or 0x604404) is known color: Raw Umber. HEX triplet: 60, 44 and 04. RGB value is (96,68,4). Sum of RGB (Red+Green+Blue) = 96+68+4=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #604404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604404 is #9FBBFB. Grayscale: #454545. Windows color (decimal): -10468348 or 279648. OLE color: 279648.
HSL color Cylindrical-coordinate representation of color #604404: hue angle of 41.74º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #604404 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 68 | 4 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.62 |
| HSL | 41.74º | 0.92% | 0.2% | - |
| HSV(B) | 41.74º | 0.96% | 0.38% | - |
| XYZ | 6.91 | 6.63 | 1.03 | - |
| YUV | 69.08 | 91.28 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 4 | 0 | 0.29 | 0.96 | 0.62 | 41.74 | 0.92 | 0.2 |
| Hex | 60 | 44 | 4 | 0 | 1D | 60 | 3E | 2A | 5C | 14 |
| Octal | 140 | 104 | 4 | 0 | 35 | 140 | 76 | 52 | 134 | 24 |
| Binary | 1100000 | 1000100 | 100 | 0 | 11101 | 1100000 | 111110 | 101010 | 1011100 | 10100 |
Color Harmonies of #604404
Complementary color
Monochromatic Colors of #604404
Black with #604404
Text Example
Text Example
White with #604404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604404; }
p { color: rgb(96,68,4); }
H1.HeaderClassName
{
color: #604404;
}
.AnyTagClassName
{
color: #604404;
}
</style>
background-color css
<style>
a { background-color: #604404; }
a { background-color: rgb(96,68,4); }
div.DivClassName
{
background-color: #604404;
}
.BgClassName
{
background-color: #604404;
}
</style>
border-color css
<style>
span { border-color: #604404; }
span { border-color: rgb(96,68,4); }
td.TdClassName
{
border-color: #604404;
}
.TagClassName
{
border-color: #604404;
}
</style>