Shades of Raw Umber #644308
Tints of Raw Umber #644308
RGB
CMYK
RGB Variations
Color information
#644308 (or 0x644308) is known color: Raw Umber. HEX triplet: 64, 43 and 08. RGB value is (100,67,8). Sum of RGB (Red+Green+Blue) = 100+67+8=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #644308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644308 is #9BBCF7. Grayscale: #464646. Windows color (decimal): -10206456 or 541540. OLE color: 541540.
HSL color Cylindrical-coordinate representation of color #644308: hue angle of 38.48º 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 #644308 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 8 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.61 |
| HSL | 38.48º | 0.85% | 0.21% | - |
| HSV(B) | 38.48º | 0.92% | 0.39% | - |
| XYZ | 7.31 | 6.74 | 1.15 | - |
| YUV | 70.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 8 | 0 | 0.33 | 0.92 | 0.61 | 38.48 | 0.85 | 0.21 |
| Hex | 64 | 43 | 8 | 0 | 21 | 5C | 3D | 26 | 55 | 15 |
| Octal | 144 | 103 | 10 | 0 | 41 | 134 | 75 | 46 | 125 | 25 |
| Binary | 1100100 | 1000011 | 1000 | 0 | 100001 | 1011100 | 111101 | 100110 | 1010101 | 10101 |
Color Harmonies of #644308
Complementary color
Monochromatic Colors of #644308
Black with #644308
Text Example
Text Example
White with #644308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644308; }
p { color: rgb(100,67,8); }
H1.HeaderClassName
{
color: #644308;
}
.AnyTagClassName
{
color: #644308;
}
</style>
background-color css
<style>
a { background-color: #644308; }
a { background-color: rgb(100,67,8); }
div.DivClassName
{
background-color: #644308;
}
.BgClassName
{
background-color: #644308;
}
</style>
border-color css
<style>
span { border-color: #644308; }
span { border-color: rgb(100,67,8); }
td.TdClassName
{
border-color: #644308;
}
.TagClassName
{
border-color: #644308;
}
</style>