Shades of Raw Umber #64430D
Tints of Raw Umber #64430D
RGB
CMYK
RGB Variations
Color information
#64430D (or 0x64430D) is known color: Raw Umber. HEX triplet: 64, 43 and 0D. RGB value is (100,67,13). Sum of RGB (Red+Green+Blue) = 100+67+13=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #64430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64430D is #9BBCF2. Grayscale: #464646. Windows color (decimal): -10206451 or 869220. OLE color: 869220.
HSL color Cylindrical-coordinate representation of color #64430D: hue angle of 37.24º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64430D is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 13 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.61 |
| HSL | 37.24º | 0.77% | 0.22% | - |
| HSV(B) | 37.24º | 0.87% | 0.39% | - |
| XYZ | 7.34 | 6.75 | 1.3 | - |
| YUV | 70.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 13 | 0 | 0.33 | 0.87 | 0.61 | 37.24 | 0.77 | 0.22 |
| Hex | 64 | 43 | D | 0 | 21 | 57 | 3D | 25 | 4D | 16 |
| Octal | 144 | 103 | 15 | 0 | 41 | 127 | 75 | 45 | 115 | 26 |
| Binary | 1100100 | 1000011 | 1101 | 0 | 100001 | 1010111 | 111101 | 100101 | 1001101 | 10110 |
Color Harmonies of #64430D
Complementary color
Monochromatic Colors of #64430D
Black with #64430D
Text Example
Text Example
White with #64430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64430D; }
p { color: rgb(100,67,13); }
H1.HeaderClassName
{
color: #64430D;
}
.AnyTagClassName
{
color: #64430D;
}
</style>
background-color css
<style>
a { background-color: #64430D; }
a { background-color: rgb(100,67,13); }
div.DivClassName
{
background-color: #64430D;
}
.BgClassName
{
background-color: #64430D;
}
</style>
border-color css
<style>
span { border-color: #64430D; }
span { border-color: rgb(100,67,13); }
td.TdClassName
{
border-color: #64430D;
}
.TagClassName
{
border-color: #64430D;
}
</style>