Shades of Raw Umber #603F08
Tints of Raw Umber #603F08
RGB
CMYK
RGB Variations
Color information
#603F08 (or 0x603F08) is known color: Raw Umber. HEX triplet: 60, 3F and 08. RGB value is (96,63,8). Sum of RGB (Red+Green+Blue) = 96+63+8=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #603F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603F08 is #9FC0F7. Grayscale: #424242. Windows color (decimal): -10469624 or 540512. OLE color: 540512.
HSL color Cylindrical-coordinate representation of color #603F08: hue angle of 37.5º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #603F08 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 8 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.62 |
| HSL | 37.5º | 0.85% | 0.2% | - |
| HSV(B) | 37.5º | 0.92% | 0.38% | - |
| XYZ | 6.65 | 6.06 | 1.05 | - |
| YUV | 66.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 8 | 0 | 0.34 | 0.92 | 0.62 | 37.5 | 0.85 | 0.2 |
| Hex | 60 | 3F | 8 | 0 | 22 | 5C | 3E | 26 | 55 | 14 |
| Octal | 140 | 77 | 10 | 0 | 42 | 134 | 76 | 46 | 125 | 24 |
| Binary | 1100000 | 111111 | 1000 | 0 | 100010 | 1011100 | 111110 | 100110 | 1010101 | 10100 |
Color Harmonies of #603F08
Complementary color
Monochromatic Colors of #603F08
Black with #603F08
Text Example
Text Example
White with #603F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F08; }
p { color: rgb(96,63,8); }
H1.HeaderClassName
{
color: #603F08;
}
.AnyTagClassName
{
color: #603F08;
}
</style>
background-color css
<style>
a { background-color: #603F08; }
a { background-color: rgb(96,63,8); }
div.DivClassName
{
background-color: #603F08;
}
.BgClassName
{
background-color: #603F08;
}
</style>
border-color css
<style>
span { border-color: #603F08; }
span { border-color: rgb(96,63,8); }
td.TdClassName
{
border-color: #603F08;
}
.TagClassName
{
border-color: #603F08;
}
</style>