Shades of Raw Umber #64430C
Tints of Raw Umber #64430C
RGB
CMYK
RGB Variations
Color information
#64430C (or 0x64430C) is known color: Raw Umber. HEX triplet: 64, 43 and 0C. RGB value is (100,67,12). Sum of RGB (Red+Green+Blue) = 100+67+12=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #64430C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64430C is #9BBCF3. Grayscale: #464646. Windows color (decimal): -10206452 or 803684. OLE color: 803684.
HSL color Cylindrical-coordinate representation of color #64430C: hue angle of 37.5º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64430C is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 12 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.61 |
| HSL | 37.5º | 0.79% | 0.22% | - |
| HSV(B) | 37.5º | 0.88% | 0.39% | - |
| XYZ | 7.33 | 6.75 | 1.26 | - |
| YUV | 70.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 12 | 0 | 0.33 | 0.88 | 0.61 | 37.5 | 0.79 | 0.22 |
| Hex | 64 | 43 | C | 0 | 21 | 58 | 3D | 26 | 4F | 16 |
| Octal | 144 | 103 | 14 | 0 | 41 | 130 | 75 | 46 | 117 | 26 |
| Binary | 1100100 | 1000011 | 1100 | 0 | 100001 | 1011000 | 111101 | 100110 | 1001111 | 10110 |
Color Harmonies of #64430C
Complementary color
Monochromatic Colors of #64430C
Black with #64430C
Text Example
Text Example
White with #64430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64430C; }
p { color: rgb(100,67,12); }
H1.HeaderClassName
{
color: #64430C;
}
.AnyTagClassName
{
color: #64430C;
}
</style>
background-color css
<style>
a { background-color: #64430C; }
a { background-color: rgb(100,67,12); }
div.DivClassName
{
background-color: #64430C;
}
.BgClassName
{
background-color: #64430C;
}
</style>
border-color css
<style>
span { border-color: #64430C; }
span { border-color: rgb(100,67,12); }
td.TdClassName
{
border-color: #64430C;
}
.TagClassName
{
border-color: #64430C;
}
</style>