Shades of Raw Umber #603D03
Tints of Raw Umber #603D03
RGB
CMYK
RGB Variations
Color information
#603D03 (or 0x603D03) is known color: Raw Umber. HEX triplet: 60, 3D and 03. RGB value is (96,61,3). Sum of RGB (Red+Green+Blue) = 96+61+3=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #603D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D03 is #9FC2FC. Grayscale: #414141. Windows color (decimal): -10470141 or 212320. OLE color: 212320.
HSL color Cylindrical-coordinate representation of color #603D03: hue angle of 37.42º 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 #603D03 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 3 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.62 |
| HSL | 37.42º | 0.94% | 0.19% | - |
| HSV(B) | 37.42º | 0.97% | 0.38% | - |
| XYZ | 6.51 | 5.83 | 0.87 | - |
| YUV | 64.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 3 | 0 | 0.36 | 0.97 | 0.62 | 37.42 | 0.94 | 0.19 |
| Hex | 60 | 3D | 3 | 0 | 24 | 61 | 3E | 25 | 5E | 13 |
| Octal | 140 | 75 | 3 | 0 | 44 | 141 | 76 | 45 | 136 | 23 |
| Binary | 1100000 | 111101 | 11 | 0 | 100100 | 1100001 | 111110 | 100101 | 1011110 | 10011 |
Color Harmonies of #603D03
Complementary color
Monochromatic Colors of #603D03
Black with #603D03
Text Example
Text Example
White with #603D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D03; }
p { color: rgb(96,61,3); }
H1.HeaderClassName
{
color: #603D03;
}
.AnyTagClassName
{
color: #603D03;
}
</style>
background-color css
<style>
a { background-color: #603D03; }
a { background-color: rgb(96,61,3); }
div.DivClassName
{
background-color: #603D03;
}
.BgClassName
{
background-color: #603D03;
}
</style>
border-color css
<style>
span { border-color: #603D03; }
span { border-color: rgb(96,61,3); }
td.TdClassName
{
border-color: #603D03;
}
.TagClassName
{
border-color: #603D03;
}
</style>