Shades of Raw Umber #60420F
Tints of Raw Umber #60420F
RGB
CMYK
RGB Variations
Color information
#60420F (or 0x60420F) is known color: Raw Umber. HEX triplet: 60, 42 and 0F. RGB value is (96,66,15). Sum of RGB (Red+Green+Blue) = 96+66+15=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60420F is #9FBDF0. Grayscale: #454545. Windows color (decimal): -10468849 or 1000032. OLE color: 1000032.
HSL color Cylindrical-coordinate representation of color #60420F: hue angle of 37.78º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60420F is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 66 | 15 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.62 |
| HSL | 37.78º | 0.73% | 0.22% | - |
| HSV(B) | 37.78º | 0.84% | 0.38% | - |
| XYZ | 6.86 | 6.42 | 1.33 | - |
| YUV | 69.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 15 | 0 | 0.31 | 0.84 | 0.62 | 37.78 | 0.73 | 0.22 |
| Hex | 60 | 42 | F | 0 | 1F | 54 | 3E | 26 | 49 | 16 |
| Octal | 140 | 102 | 17 | 0 | 37 | 124 | 76 | 46 | 111 | 26 |
| Binary | 1100000 | 1000010 | 1111 | 0 | 11111 | 1010100 | 111110 | 100110 | 1001001 | 10110 |
Color Harmonies of #60420F
Complementary color
Monochromatic Colors of #60420F
Black with #60420F
Text Example
Text Example
White with #60420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60420F; }
p { color: rgb(96,66,15); }
H1.HeaderClassName
{
color: #60420F;
}
.AnyTagClassName
{
color: #60420F;
}
</style>
background-color css
<style>
a { background-color: #60420F; }
a { background-color: rgb(96,66,15); }
div.DivClassName
{
background-color: #60420F;
}
.BgClassName
{
background-color: #60420F;
}
</style>
border-color css
<style>
span { border-color: #60420F; }
span { border-color: rgb(96,66,15); }
td.TdClassName
{
border-color: #60420F;
}
.TagClassName
{
border-color: #60420F;
}
</style>