Shades of Raw Umber #603F00
Tints of Raw Umber #603F00
RGB
CMYK
RGB Variations
Color information
#603F00 (or 0x603F00) is known color: Raw Umber. HEX triplet: 60, 3F and 00. RGB value is (96,63,0). Sum of RGB (Red+Green+Blue) = 96+63+0=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #603F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603F00 is #9FC0FF. Grayscale: #414141. Windows color (decimal): -10469632 or 16224. OLE color: 16224.
HSL color Cylindrical-coordinate representation of color #603F00: hue angle of 39.38º 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 #603F00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.62 |
| HSL | 39.38º | 1% | 0.19% | - |
| HSV(B) | 39.38º | 1% | 0.38% | - |
| XYZ | 6.6 | 6.04 | 0.82 | - |
| YUV | 65.69 | 90.93 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 0 | 0 | 0.34 | 1 | 0.62 | 39.38 | 1 | 0.19 |
| Hex | 60 | 3F | 0 | 0 | 22 | 64 | 3E | 27 | 64 | 13 |
| Octal | 140 | 77 | 0 | 0 | 42 | 144 | 76 | 47 | 144 | 23 |
| Binary | 1100000 | 111111 | 0 | 0 | 100010 | 1100100 | 111110 | 100111 | 1100100 | 10011 |
Color Harmonies of #603F00
Complementary color
Monochromatic Colors of #603F00
Black with #603F00
Text Example
Text Example
White with #603F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F00; }
p { color: rgb(96,63,0); }
H1.HeaderClassName
{
color: #603F00;
}
.AnyTagClassName
{
color: #603F00;
}
</style>
background-color css
<style>
a { background-color: #603F00; }
a { background-color: rgb(96,63,0); }
div.DivClassName
{
background-color: #603F00;
}
.BgClassName
{
background-color: #603F00;
}
</style>
border-color css
<style>
span { border-color: #603F00; }
span { border-color: rgb(96,63,0); }
td.TdClassName
{
border-color: #603F00;
}
.TagClassName
{
border-color: #603F00;
}
</style>