Shades of Raw Umber #64500F
Tints of Raw Umber #64500F
RGB
CMYK
RGB Variations
Color information
#64500F (or 0x64500F) is known color: Raw Umber. HEX triplet: 64, 50 and 0F. RGB value is (100,80,15). Sum of RGB (Red+Green+Blue) = 100+80+15=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #64500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64500F is #9BAFF0. Grayscale: #4E4E4E. Windows color (decimal): -10203121 or 1003620. OLE color: 1003620.
HSL color Cylindrical-coordinate representation of color #64500F: hue angle of 45.88º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64500F is Cyan = 0, Magento = 0.2, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 15 | - |
| CMYK | 0 | 0.2 | 0.85 | 0.61 |
| HSL | 45.88º | 0.74% | 0.23% | - |
| HSV(B) | 45.88º | 0.85% | 0.39% | - |
| XYZ | 8.21 | 8.48 | 1.66 | - |
| YUV | 78.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 15 | 0 | 0.2 | 0.85 | 0.61 | 45.88 | 0.74 | 0.23 |
| Hex | 64 | 50 | F | 0 | 14 | 55 | 3D | 2E | 4A | 17 |
| Octal | 144 | 120 | 17 | 0 | 24 | 125 | 75 | 56 | 112 | 27 |
| Binary | 1100100 | 1010000 | 1111 | 0 | 10100 | 1010101 | 111101 | 101110 | 1001010 | 10111 |
Color Harmonies of #64500F
Complementary color
Monochromatic Colors of #64500F
Black with #64500F
Text Example
Text Example
White with #64500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64500F; }
p { color: rgb(100,80,15); }
H1.HeaderClassName
{
color: #64500F;
}
.AnyTagClassName
{
color: #64500F;
}
</style>
background-color css
<style>
a { background-color: #64500F; }
a { background-color: rgb(100,80,15); }
div.DivClassName
{
background-color: #64500F;
}
.BgClassName
{
background-color: #64500F;
}
</style>
border-color css
<style>
span { border-color: #64500F; }
span { border-color: rgb(100,80,15); }
td.TdClassName
{
border-color: #64500F;
}
.TagClassName
{
border-color: #64500F;
}
</style>