Shades of Raw Umber #603F02
Tints of Raw Umber #603F02
RGB
CMYK
RGB Variations
Color information
#603F02 (or 0x603F02) is known color: Raw Umber. HEX triplet: 60, 3F and 02. RGB value is (96,63,2). Sum of RGB (Red+Green+Blue) = 96+63+2=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #603F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603F02 is #9FC0FD. Grayscale: #424242. Windows color (decimal): -10469630 or 147296. OLE color: 147296.
HSL color Cylindrical-coordinate representation of color #603F02: hue angle of 38.94º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #603F02 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 2 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.62 |
| HSL | 38.94º | 0.96% | 0.19% | - |
| HSV(B) | 38.94º | 0.98% | 0.38% | - |
| XYZ | 6.61 | 6.05 | 0.88 | - |
| YUV | 65.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 2 | 0 | 0.34 | 0.98 | 0.62 | 38.94 | 0.96 | 0.19 |
| Hex | 60 | 3F | 2 | 0 | 22 | 62 | 3E | 27 | 60 | 13 |
| Octal | 140 | 77 | 2 | 0 | 42 | 142 | 76 | 47 | 140 | 23 |
| Binary | 1100000 | 111111 | 10 | 0 | 100010 | 1100010 | 111110 | 100111 | 1100000 | 10011 |
Color Harmonies of #603F02
Complementary color
Monochromatic Colors of #603F02
Black with #603F02
Text Example
Text Example
White with #603F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F02; }
p { color: rgb(96,63,2); }
H1.HeaderClassName
{
color: #603F02;
}
.AnyTagClassName
{
color: #603F02;
}
</style>
background-color css
<style>
a { background-color: #603F02; }
a { background-color: rgb(96,63,2); }
div.DivClassName
{
background-color: #603F02;
}
.BgClassName
{
background-color: #603F02;
}
</style>
border-color css
<style>
span { border-color: #603F02; }
span { border-color: rgb(96,63,2); }
td.TdClassName
{
border-color: #603F02;
}
.TagClassName
{
border-color: #603F02;
}
</style>