Shades of Raw Umber #60410C
Tints of Raw Umber #60410C
RGB
CMYK
RGB Variations
Color information
#60410C (or 0x60410C) is known color: Raw Umber. HEX triplet: 60, 41 and 0C. RGB value is (96,65,12). Sum of RGB (Red+Green+Blue) = 96+65+12=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60410C is #9FBEF3. Grayscale: #444444. Windows color (decimal): -10469108 or 803168. OLE color: 803168.
HSL color Cylindrical-coordinate representation of color #60410C: hue angle of 37.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60410C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 12 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.62 |
| HSL | 37.86º | 0.78% | 0.21% | - |
| HSV(B) | 37.86º | 0.88% | 0.38% | - |
| XYZ | 6.78 | 6.29 | 1.21 | - |
| YUV | 68.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 12 | 0 | 0.32 | 0.88 | 0.62 | 37.86 | 0.78 | 0.21 |
| Hex | 60 | 41 | C | 0 | 20 | 58 | 3E | 26 | 4E | 15 |
| Octal | 140 | 101 | 14 | 0 | 40 | 130 | 76 | 46 | 116 | 25 |
| Binary | 1100000 | 1000001 | 1100 | 0 | 100000 | 1011000 | 111110 | 100110 | 1001110 | 10101 |
Color Harmonies of #60410C
Complementary color
Monochromatic Colors of #60410C
Black with #60410C
Text Example
Text Example
White with #60410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60410C; }
p { color: rgb(96,65,12); }
H1.HeaderClassName
{
color: #60410C;
}
.AnyTagClassName
{
color: #60410C;
}
</style>
background-color css
<style>
a { background-color: #60410C; }
a { background-color: rgb(96,65,12); }
div.DivClassName
{
background-color: #60410C;
}
.BgClassName
{
background-color: #60410C;
}
</style>
border-color css
<style>
span { border-color: #60410C; }
span { border-color: rgb(96,65,12); }
td.TdClassName
{
border-color: #60410C;
}
.TagClassName
{
border-color: #60410C;
}
</style>