Shades of Raw Umber #64510B
Tints of Raw Umber #64510B
RGB
CMYK
RGB Variations
Color information
#64510B (or 0x64510B) is known color: Raw Umber. HEX triplet: 64, 51 and 0B. RGB value is (100,81,11). Sum of RGB (Red+Green+Blue) = 100+81+11=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #64510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64510B is #9BAEF4. Grayscale: #4E4E4E. Windows color (decimal): -10202869 or 741732. OLE color: 741732.
HSL color Cylindrical-coordinate representation of color #64510B: hue angle of 47.19º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64510B is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 81 | 11 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.61 |
| HSL | 47.19º | 0.8% | 0.22% | - |
| HSV(B) | 47.19º | 0.89% | 0.39% | - |
| XYZ | 8.26 | 8.62 | 1.54 | - |
| YUV | 78.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 11 | 0 | 0.19 | 0.89 | 0.61 | 47.19 | 0.8 | 0.22 |
| Hex | 64 | 51 | B | 0 | 13 | 59 | 3D | 2F | 50 | 16 |
| Octal | 144 | 121 | 13 | 0 | 23 | 131 | 75 | 57 | 120 | 26 |
| Binary | 1100100 | 1010001 | 1011 | 0 | 10011 | 1011001 | 111101 | 101111 | 1010000 | 10110 |
Color Harmonies of #64510B
Complementary color
Monochromatic Colors of #64510B
Black with #64510B
Text Example
Text Example
White with #64510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64510B; }
p { color: rgb(100,81,11); }
H1.HeaderClassName
{
color: #64510B;
}
.AnyTagClassName
{
color: #64510B;
}
</style>
background-color css
<style>
a { background-color: #64510B; }
a { background-color: rgb(100,81,11); }
div.DivClassName
{
background-color: #64510B;
}
.BgClassName
{
background-color: #64510B;
}
</style>
border-color css
<style>
span { border-color: #64510B; }
span { border-color: rgb(100,81,11); }
td.TdClassName
{
border-color: #64510B;
}
.TagClassName
{
border-color: #64510B;
}
</style>