Shades of Raw Umber #64500C
Tints of Raw Umber #64500C
RGB
CMYK
RGB Variations
Color information
#64500C (or 0x64500C) is known color: Raw Umber. HEX triplet: 64, 50 and 0C. RGB value is (100,80,12). Sum of RGB (Red+Green+Blue) = 100+80+12=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #64500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64500C is #9BAFF3. Grayscale: #4E4E4E. Windows color (decimal): -10203124 or 807012. OLE color: 807012.
HSL color Cylindrical-coordinate representation of color #64500C: hue angle of 46.36º 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 #64500C is Cyan = 0, Magento = 0.2, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 12 | - |
| CMYK | 0 | 0.2 | 0.88 | 0.61 |
| HSL | 46.36º | 0.79% | 0.22% | - |
| HSV(B) | 46.36º | 0.88% | 0.39% | - |
| XYZ | 8.19 | 8.47 | 1.55 | - |
| YUV | 78.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 12 | 0 | 0.2 | 0.88 | 0.61 | 46.36 | 0.79 | 0.22 |
| Hex | 64 | 50 | C | 0 | 14 | 58 | 3D | 2E | 4F | 16 |
| Octal | 144 | 120 | 14 | 0 | 24 | 130 | 75 | 56 | 117 | 26 |
| Binary | 1100100 | 1010000 | 1100 | 0 | 10100 | 1011000 | 111101 | 101110 | 1001111 | 10110 |
Color Harmonies of #64500C
Complementary color
Monochromatic Colors of #64500C
Black with #64500C
Text Example
Text Example
White with #64500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64500C; }
p { color: rgb(100,80,12); }
H1.HeaderClassName
{
color: #64500C;
}
.AnyTagClassName
{
color: #64500C;
}
</style>
background-color css
<style>
a { background-color: #64500C; }
a { background-color: rgb(100,80,12); }
div.DivClassName
{
background-color: #64500C;
}
.BgClassName
{
background-color: #64500C;
}
</style>
border-color css
<style>
span { border-color: #64500C; }
span { border-color: rgb(100,80,12); }
td.TdClassName
{
border-color: #64500C;
}
.TagClassName
{
border-color: #64500C;
}
</style>