Shades of Raw Umber #603C00
Tints of Raw Umber #603C00
RGB
CMYK
RGB Variations
Color information
#603C00 (or 0x603C00) is known color: Raw Umber. HEX triplet: 60, 3C and 00. RGB value is (96,60,0). Sum of RGB (Red+Green+Blue) = 96+60+0=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #603C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C00 is #9FC3FF. Grayscale: #404040. Windows color (decimal): -10470400 or 15456. OLE color: 15456.
HSL color Cylindrical-coordinate representation of color #603C00: hue angle of 37.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #603C00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.62 |
| HSL | 37.5º | 1% | 0.19% | - |
| HSV(B) | 37.5º | 1% | 0.38% | - |
| XYZ | 6.44 | 5.72 | 0.76 | - |
| YUV | 63.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 0 | 0 | 0.38 | 1 | 0.62 | 37.5 | 1 | 0.19 |
| Hex | 60 | 3C | 0 | 0 | 26 | 64 | 3E | 26 | 64 | 13 |
| Octal | 140 | 74 | 0 | 0 | 46 | 144 | 76 | 46 | 144 | 23 |
| Binary | 1100000 | 111100 | 0 | 0 | 100110 | 1100100 | 111110 | 100110 | 1100100 | 10011 |
Color Harmonies of #603C00
Complementary color
Monochromatic Colors of #603C00
Black with #603C00
Text Example
Text Example
White with #603C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C00; }
p { color: rgb(96,60,0); }
H1.HeaderClassName
{
color: #603C00;
}
.AnyTagClassName
{
color: #603C00;
}
</style>
background-color css
<style>
a { background-color: #603C00; }
a { background-color: rgb(96,60,0); }
div.DivClassName
{
background-color: #603C00;
}
.BgClassName
{
background-color: #603C00;
}
</style>
border-color css
<style>
span { border-color: #603C00; }
span { border-color: rgb(96,60,0); }
td.TdClassName
{
border-color: #603C00;
}
.TagClassName
{
border-color: #603C00;
}
</style>