Shades of Raw Umber #645008
Tints of Raw Umber #645008
RGB
CMYK
RGB Variations
Color information
#645008 (or 0x645008) is known color: Raw Umber. HEX triplet: 64, 50 and 08. RGB value is (100,80,8). Sum of RGB (Red+Green+Blue) = 100+80+8=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #645008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645008 is #9BAFF7. Grayscale: #4E4E4E. Windows color (decimal): -10203128 or 544868. OLE color: 544868.
HSL color Cylindrical-coordinate representation of color #645008: hue angle of 46.96º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #645008 is Cyan = 0, Magento = 0.2, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 8 | - |
| CMYK | 0 | 0.2 | 0.92 | 0.61 |
| HSL | 46.96º | 0.85% | 0.21% | - |
| HSV(B) | 46.96º | 0.92% | 0.39% | - |
| XYZ | 8.17 | 8.46 | 1.43 | - |
| YUV | 77.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 8 | 0 | 0.2 | 0.92 | 0.61 | 46.96 | 0.85 | 0.21 |
| Hex | 64 | 50 | 8 | 0 | 14 | 5C | 3D | 2F | 55 | 15 |
| Octal | 144 | 120 | 10 | 0 | 24 | 134 | 75 | 57 | 125 | 25 |
| Binary | 1100100 | 1010000 | 1000 | 0 | 10100 | 1011100 | 111101 | 101111 | 1010101 | 10101 |
Color Harmonies of #645008
Complementary color
Monochromatic Colors of #645008
Black with #645008
Text Example
Text Example
White with #645008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645008; }
p { color: rgb(100,80,8); }
H1.HeaderClassName
{
color: #645008;
}
.AnyTagClassName
{
color: #645008;
}
</style>
background-color css
<style>
a { background-color: #645008; }
a { background-color: rgb(100,80,8); }
div.DivClassName
{
background-color: #645008;
}
.BgClassName
{
background-color: #645008;
}
</style>
border-color css
<style>
span { border-color: #645008; }
span { border-color: rgb(100,80,8); }
td.TdClassName
{
border-color: #645008;
}
.TagClassName
{
border-color: #645008;
}
</style>