Shades of Raw Umber #604201
Tints of Raw Umber #604201
RGB
CMYK
RGB Variations
Color information
#604201 (or 0x604201) is known color: Raw Umber. HEX triplet: 60, 42 and 01. RGB value is (96,66,1). Sum of RGB (Red+Green+Blue) = 96+66+1=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #604201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604201 is #9FBDFE. Grayscale: #434343. Windows color (decimal): -10468863 or 82528. OLE color: 82528.
HSL color Cylindrical-coordinate representation of color #604201: hue angle of 41.05º 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 #604201 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 66 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.62 |
| HSL | 41.05º | 0.98% | 0.19% | - |
| HSV(B) | 41.05º | 0.99% | 0.38% | - |
| XYZ | 6.78 | 6.39 | 0.9 | - |
| YUV | 67.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 1 | 0 | 0.31 | 0.99 | 0.62 | 41.05 | 0.98 | 0.19 |
| Hex | 60 | 42 | 1 | 0 | 1F | 63 | 3E | 29 | 62 | 13 |
| Octal | 140 | 102 | 1 | 0 | 37 | 143 | 76 | 51 | 142 | 23 |
| Binary | 1100000 | 1000010 | 1 | 0 | 11111 | 1100011 | 111110 | 101001 | 1100010 | 10011 |
Color Harmonies of #604201
Complementary color
Monochromatic Colors of #604201
Black with #604201
Text Example
Text Example
White with #604201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604201; }
p { color: rgb(96,66,1); }
H1.HeaderClassName
{
color: #604201;
}
.AnyTagClassName
{
color: #604201;
}
</style>
background-color css
<style>
a { background-color: #604201; }
a { background-color: rgb(96,66,1); }
div.DivClassName
{
background-color: #604201;
}
.BgClassName
{
background-color: #604201;
}
</style>
border-color css
<style>
span { border-color: #604201; }
span { border-color: rgb(96,66,1); }
td.TdClassName
{
border-color: #604201;
}
.TagClassName
{
border-color: #604201;
}
</style>