Shades of Raw Umber #604C03
Tints of Raw Umber #604C03
RGB
CMYK
RGB Variations
Color information
#604C03 (or 0x604C03) is known color: Raw Umber. HEX triplet: 60, 4C and 03. RGB value is (96,76,3). Sum of RGB (Red+Green+Blue) = 96+76+3=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #604C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C03 is #9FB3FC. Grayscale: #494949. Windows color (decimal): -10466301 or 216160. OLE color: 216160.
HSL color Cylindrical-coordinate representation of color #604C03: hue angle of 47.1º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #604C03 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 3 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.62 |
| HSL | 47.1º | 0.94% | 0.19% | - |
| HSV(B) | 47.1º | 0.97% | 0.38% | - |
| XYZ | 7.42 | 7.66 | 1.17 | - |
| YUV | 73.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 3 | 0 | 0.21 | 0.97 | 0.62 | 47.1 | 0.94 | 0.19 |
| Hex | 60 | 4C | 3 | 0 | 15 | 61 | 3E | 2F | 5E | 13 |
| Octal | 140 | 114 | 3 | 0 | 25 | 141 | 76 | 57 | 136 | 23 |
| Binary | 1100000 | 1001100 | 11 | 0 | 10101 | 1100001 | 111110 | 101111 | 1011110 | 10011 |
Color Harmonies of #604C03
Complementary color
Monochromatic Colors of #604C03
Black with #604C03
Text Example
Text Example
White with #604C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C03; }
p { color: rgb(96,76,3); }
H1.HeaderClassName
{
color: #604C03;
}
.AnyTagClassName
{
color: #604C03;
}
</style>
background-color css
<style>
a { background-color: #604C03; }
a { background-color: rgb(96,76,3); }
div.DivClassName
{
background-color: #604C03;
}
.BgClassName
{
background-color: #604C03;
}
</style>
border-color css
<style>
span { border-color: #604C03; }
span { border-color: rgb(96,76,3); }
td.TdClassName
{
border-color: #604C03;
}
.TagClassName
{
border-color: #604C03;
}
</style>