Shades of Raw Umber #604409
Tints of Raw Umber #604409
RGB
CMYK
RGB Variations
Color information
#604409 (or 0x604409) is known color: Raw Umber. HEX triplet: 60, 44 and 09. RGB value is (96,68,9). Sum of RGB (Red+Green+Blue) = 96+68+9=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #604409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604409 is #9FBBF6. Grayscale: #454545. Windows color (decimal): -10468343 or 607328. OLE color: 607328.
HSL color Cylindrical-coordinate representation of color #604409: hue angle of 40.69º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #604409 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 68 | 9 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.62 |
| HSL | 40.69º | 0.83% | 0.21% | - |
| HSV(B) | 40.69º | 0.91% | 0.38% | - |
| XYZ | 6.94 | 6.64 | 1.17 | - |
| YUV | 69.65 | 93.78 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 9 | 0 | 0.29 | 0.91 | 0.62 | 40.69 | 0.83 | 0.21 |
| Hex | 60 | 44 | 9 | 0 | 1D | 5B | 3E | 29 | 53 | 15 |
| Octal | 140 | 104 | 11 | 0 | 35 | 133 | 76 | 51 | 123 | 25 |
| Binary | 1100000 | 1000100 | 1001 | 0 | 11101 | 1011011 | 111110 | 101001 | 1010011 | 10101 |
Color Harmonies of #604409
Complementary color
Monochromatic Colors of #604409
Black with #604409
Text Example
Text Example
White with #604409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604409; }
p { color: rgb(96,68,9); }
H1.HeaderClassName
{
color: #604409;
}
.AnyTagClassName
{
color: #604409;
}
</style>
background-color css
<style>
a { background-color: #604409; }
a { background-color: rgb(96,68,9); }
div.DivClassName
{
background-color: #604409;
}
.BgClassName
{
background-color: #604409;
}
</style>
border-color css
<style>
span { border-color: #604409; }
span { border-color: rgb(96,68,9); }
td.TdClassName
{
border-color: #604409;
}
.TagClassName
{
border-color: #604409;
}
</style>