Shades of Raw Umber #60400B
Tints of Raw Umber #60400B
RGB
CMYK
RGB Variations
Color information
#60400B (or 0x60400B) is known color: Raw Umber. HEX triplet: 60, 40 and 0B. RGB value is (96,64,11). Sum of RGB (Red+Green+Blue) = 96+64+11=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #60400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60400B is #9FBFF4. Grayscale: #434343. Windows color (decimal): -10469365 or 737376. OLE color: 737376.
HSL color Cylindrical-coordinate representation of color #60400B: hue angle of 37.41º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60400B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 64 | 11 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.62 |
| HSL | 37.41º | 0.79% | 0.21% | - |
| HSV(B) | 37.41º | 0.89% | 0.38% | - |
| XYZ | 6.72 | 6.18 | 1.15 | - |
| YUV | 67.53 | 96.1 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 11 | 0 | 0.33 | 0.89 | 0.62 | 37.41 | 0.79 | 0.21 |
| Hex | 60 | 40 | B | 0 | 21 | 59 | 3E | 25 | 4F | 15 |
| Octal | 140 | 100 | 13 | 0 | 41 | 131 | 76 | 45 | 117 | 25 |
| Binary | 1100000 | 1000000 | 1011 | 0 | 100001 | 1011001 | 111110 | 100101 | 1001111 | 10101 |
Color Harmonies of #60400B
Complementary color
Monochromatic Colors of #60400B
Black with #60400B
Text Example
Text Example
White with #60400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60400B; }
p { color: rgb(96,64,11); }
H1.HeaderClassName
{
color: #60400B;
}
.AnyTagClassName
{
color: #60400B;
}
</style>
background-color css
<style>
a { background-color: #60400B; }
a { background-color: rgb(96,64,11); }
div.DivClassName
{
background-color: #60400B;
}
.BgClassName
{
background-color: #60400B;
}
</style>
border-color css
<style>
span { border-color: #60400B; }
span { border-color: rgb(96,64,11); }
td.TdClassName
{
border-color: #60400B;
}
.TagClassName
{
border-color: #60400B;
}
</style>