Shades of Raw Umber #603F05
Tints of Raw Umber #603F05
RGB
CMYK
RGB Variations
Color information
#603F05 (or 0x603F05) is known color: Raw Umber. HEX triplet: 60, 3F and 05. RGB value is (96,63,5). Sum of RGB (Red+Green+Blue) = 96+63+5=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #603F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603F05 is #9FC0FA. Grayscale: #424242. Windows color (decimal): -10469627 or 343904. OLE color: 343904.
HSL color Cylindrical-coordinate representation of color #603F05: hue angle of 38.24º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #603F05 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 5 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.62 |
| HSL | 38.24º | 0.9% | 0.2% | - |
| HSV(B) | 38.24º | 0.95% | 0.38% | - |
| XYZ | 6.63 | 6.05 | 0.96 | - |
| YUV | 66.26 | 93.43 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 5 | 0 | 0.34 | 0.95 | 0.62 | 38.24 | 0.9 | 0.2 |
| Hex | 60 | 3F | 5 | 0 | 22 | 5F | 3E | 26 | 5A | 14 |
| Octal | 140 | 77 | 5 | 0 | 42 | 137 | 76 | 46 | 132 | 24 |
| Binary | 1100000 | 111111 | 101 | 0 | 100010 | 1011111 | 111110 | 100110 | 1011010 | 10100 |
Color Harmonies of #603F05
Complementary color
Monochromatic Colors of #603F05
Black with #603F05
Text Example
Text Example
White with #603F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F05; }
p { color: rgb(96,63,5); }
H1.HeaderClassName
{
color: #603F05;
}
.AnyTagClassName
{
color: #603F05;
}
</style>
background-color css
<style>
a { background-color: #603F05; }
a { background-color: rgb(96,63,5); }
div.DivClassName
{
background-color: #603F05;
}
.BgClassName
{
background-color: #603F05;
}
</style>
border-color css
<style>
span { border-color: #603F05; }
span { border-color: rgb(96,63,5); }
td.TdClassName
{
border-color: #603F05;
}
.TagClassName
{
border-color: #603F05;
}
</style>