Shades of Raw Umber #603F09
Tints of Raw Umber #603F09
RGB
CMYK
RGB Variations
Color information
#603F09 (or 0x603F09) is known color: Raw Umber. HEX triplet: 60, 3F and 09. RGB value is (96,63,9). Sum of RGB (Red+Green+Blue) = 96+63+9=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #603F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603F09 is #9FC0F6. Grayscale: #424242. Windows color (decimal): -10469623 or 606048. OLE color: 606048.
HSL color Cylindrical-coordinate representation of color #603F09: hue angle of 37.24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #603F09 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 9 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.62 |
| HSL | 37.24º | 0.83% | 0.21% | - |
| HSV(B) | 37.24º | 0.91% | 0.38% | - |
| XYZ | 6.65 | 6.06 | 1.08 | - |
| YUV | 66.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 9 | 0 | 0.34 | 0.91 | 0.62 | 37.24 | 0.83 | 0.21 |
| Hex | 60 | 3F | 9 | 0 | 22 | 5B | 3E | 25 | 53 | 15 |
| Octal | 140 | 77 | 11 | 0 | 42 | 133 | 76 | 45 | 123 | 25 |
| Binary | 1100000 | 111111 | 1001 | 0 | 100010 | 1011011 | 111110 | 100101 | 1010011 | 10101 |
Color Harmonies of #603F09
Complementary color
Monochromatic Colors of #603F09
Black with #603F09
Text Example
Text Example
White with #603F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F09; }
p { color: rgb(96,63,9); }
H1.HeaderClassName
{
color: #603F09;
}
.AnyTagClassName
{
color: #603F09;
}
</style>
background-color css
<style>
a { background-color: #603F09; }
a { background-color: rgb(96,63,9); }
div.DivClassName
{
background-color: #603F09;
}
.BgClassName
{
background-color: #603F09;
}
</style>
border-color css
<style>
span { border-color: #603F09; }
span { border-color: rgb(96,63,9); }
td.TdClassName
{
border-color: #603F09;
}
.TagClassName
{
border-color: #603F09;
}
</style>