Shades of Raw Umber #64400B
Tints of Raw Umber #64400B
RGB
CMYK
RGB Variations
Color information
#64400B (or 0x64400B) is known color: Raw Umber. HEX triplet: 64, 40 and 0B. RGB value is (100,64,11). Sum of RGB (Red+Green+Blue) = 100+64+11=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #64400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64400B is #9BBFF4. Grayscale: #444444. Windows color (decimal): -10207221 or 737380. OLE color: 737380.
HSL color Cylindrical-coordinate representation of color #64400B: hue angle of 35.73º 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 #64400B is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 64 | 11 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.61 |
| HSL | 35.73º | 0.8% | 0.22% | - |
| HSV(B) | 35.73º | 0.89% | 0.39% | - |
| XYZ | 7.15 | 6.4 | 1.18 | - |
| YUV | 68.72 | 95.43 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 11 | 0 | 0.36 | 0.89 | 0.61 | 35.73 | 0.8 | 0.22 |
| Hex | 64 | 40 | B | 0 | 24 | 59 | 3D | 24 | 50 | 16 |
| Octal | 144 | 100 | 13 | 0 | 44 | 131 | 75 | 44 | 120 | 26 |
| Binary | 1100100 | 1000000 | 1011 | 0 | 100100 | 1011001 | 111101 | 100100 | 1010000 | 10110 |
Color Harmonies of #64400B
Complementary color
Monochromatic Colors of #64400B
Black with #64400B
Text Example
Text Example
White with #64400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64400B; }
p { color: rgb(100,64,11); }
H1.HeaderClassName
{
color: #64400B;
}
.AnyTagClassName
{
color: #64400B;
}
</style>
background-color css
<style>
a { background-color: #64400B; }
a { background-color: rgb(100,64,11); }
div.DivClassName
{
background-color: #64400B;
}
.BgClassName
{
background-color: #64400B;
}
</style>
border-color css
<style>
span { border-color: #64400B; }
span { border-color: rgb(100,64,11); }
td.TdClassName
{
border-color: #64400B;
}
.TagClassName
{
border-color: #64400B;
}
</style>