Shades of Raw Umber #60490F
Tints of Raw Umber #60490F
RGB
CMYK
RGB Variations
Color information
#60490F (or 0x60490F) is known color: Raw Umber. HEX triplet: 60, 49 and 0F. RGB value is (96,73,15). Sum of RGB (Red+Green+Blue) = 96+73+15=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #60490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60490F is #9FB6F0. Grayscale: #494949. Windows color (decimal): -10467057 or 1001824. OLE color: 1001824.
HSL color Cylindrical-coordinate representation of color #60490F: hue angle of 42.96º 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 #60490F is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 73 | 15 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.62 |
| HSL | 42.96º | 0.73% | 0.22% | - |
| HSV(B) | 42.96º | 0.84% | 0.38% | - |
| XYZ | 7.29 | 7.29 | 1.47 | - |
| YUV | 73.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 15 | 0 | 0.24 | 0.84 | 0.62 | 42.96 | 0.73 | 0.22 |
| Hex | 60 | 49 | F | 0 | 18 | 54 | 3E | 2B | 49 | 16 |
| Octal | 140 | 111 | 17 | 0 | 30 | 124 | 76 | 53 | 111 | 26 |
| Binary | 1100000 | 1001001 | 1111 | 0 | 11000 | 1010100 | 111110 | 101011 | 1001001 | 10110 |
Color Harmonies of #60490F
Complementary color
Monochromatic Colors of #60490F
Black with #60490F
Text Example
Text Example
White with #60490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60490F; }
p { color: rgb(96,73,15); }
H1.HeaderClassName
{
color: #60490F;
}
.AnyTagClassName
{
color: #60490F;
}
</style>
background-color css
<style>
a { background-color: #60490F; }
a { background-color: rgb(96,73,15); }
div.DivClassName
{
background-color: #60490F;
}
.BgClassName
{
background-color: #60490F;
}
</style>
border-color css
<style>
span { border-color: #60490F; }
span { border-color: rgb(96,73,15); }
td.TdClassName
{
border-color: #60490F;
}
.TagClassName
{
border-color: #60490F;
}
</style>