Shades of Raw Umber #603E08
Tints of Raw Umber #603E08
RGB
CMYK
RGB Variations
Color information
#603E08 (or 0x603E08) is known color: Raw Umber. HEX triplet: 60, 3E and 08. RGB value is (96,62,8). Sum of RGB (Red+Green+Blue) = 96+62+8=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #603E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603E08 is #9FC1F7. Grayscale: #424242. Windows color (decimal): -10469880 or 540256. OLE color: 540256.
HSL color Cylindrical-coordinate representation of color #603E08: hue angle of 36.82º 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 #603E08 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 62 | 8 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.62 |
| HSL | 36.82º | 0.85% | 0.2% | - |
| HSV(B) | 36.82º | 0.92% | 0.38% | - |
| XYZ | 6.59 | 5.95 | 1.03 | - |
| YUV | 66.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 8 | 0 | 0.35 | 0.92 | 0.62 | 36.82 | 0.85 | 0.2 |
| Hex | 60 | 3E | 8 | 0 | 23 | 5C | 3E | 25 | 55 | 14 |
| Octal | 140 | 76 | 10 | 0 | 43 | 134 | 76 | 45 | 125 | 24 |
| Binary | 1100000 | 111110 | 1000 | 0 | 100011 | 1011100 | 111110 | 100101 | 1010101 | 10100 |
Color Harmonies of #603E08
Complementary color
Monochromatic Colors of #603E08
Black with #603E08
Text Example
Text Example
White with #603E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603E08; }
p { color: rgb(96,62,8); }
H1.HeaderClassName
{
color: #603E08;
}
.AnyTagClassName
{
color: #603E08;
}
</style>
background-color css
<style>
a { background-color: #603E08; }
a { background-color: rgb(96,62,8); }
div.DivClassName
{
background-color: #603E08;
}
.BgClassName
{
background-color: #603E08;
}
</style>
border-color css
<style>
span { border-color: #603E08; }
span { border-color: rgb(96,62,8); }
td.TdClassName
{
border-color: #603E08;
}
.TagClassName
{
border-color: #603E08;
}
</style>