Shades of Raw Umber #645407
Tints of Raw Umber #645407
RGB
CMYK
RGB Variations
Color information
#645407 (or 0x645407) is known color: Raw Umber. HEX triplet: 64, 54 and 07. RGB value is (100,84,7). Sum of RGB (Red+Green+Blue) = 100+84+7=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #645407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645407 is #9BABF8. Grayscale: #505050. Windows color (decimal): -10202105 or 480356. OLE color: 480356.
HSL color Cylindrical-coordinate representation of color #645407: hue angle of 49.68º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #645407 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 7 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.61 |
| HSL | 49.68º | 0.87% | 0.21% | - |
| HSV(B) | 49.68º | 0.93% | 0.39% | - |
| XYZ | 8.46 | 9.07 | 1.5 | - |
| YUV | 80.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 7 | 0 | 0.16 | 0.93 | 0.61 | 49.68 | 0.87 | 0.21 |
| Hex | 64 | 54 | 7 | 0 | 10 | 5D | 3D | 32 | 57 | 15 |
| Octal | 144 | 124 | 7 | 0 | 20 | 135 | 75 | 62 | 127 | 25 |
| Binary | 1100100 | 1010100 | 111 | 0 | 10000 | 1011101 | 111101 | 110010 | 1010111 | 10101 |
Color Harmonies of #645407
Complementary color
Monochromatic Colors of #645407
Black with #645407
Text Example
Text Example
White with #645407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645407; }
p { color: rgb(100,84,7); }
H1.HeaderClassName
{
color: #645407;
}
.AnyTagClassName
{
color: #645407;
}
</style>
background-color css
<style>
a { background-color: #645407; }
a { background-color: rgb(100,84,7); }
div.DivClassName
{
background-color: #645407;
}
.BgClassName
{
background-color: #645407;
}
</style>
border-color css
<style>
span { border-color: #645407; }
span { border-color: rgb(100,84,7); }
td.TdClassName
{
border-color: #645407;
}
.TagClassName
{
border-color: #645407;
}
</style>