Shades of Raw Umber #6C420A
Tints of Raw Umber #6C420A
RGB
CMYK
RGB Variations
Color information
#6C420A (or 0x6C420A) is known color: Raw Umber. HEX triplet: 6C, 42 and 0A. RGB value is (108,66,10). Sum of RGB (Red+Green+Blue) = 108+66+10=184 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.70% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 108 - color contains mainly: red. Hex color #6C420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C420A is #93BDF5. Grayscale: #484848. Windows color (decimal): -9682422 or 672364. OLE color: 672364.
HSL color Cylindrical-coordinate representation of color #6C420A: hue angle of 34.29º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C420A is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 66 | 10 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.58 |
| HSL | 34.29º | 0.83% | 0.23% | - |
| HSV(B) | 34.29º | 0.91% | 0.42% | - |
| XYZ | 8.19 | 7.11 | 1.23 | - |
| YUV | 72.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 66 | 10 | 0 | 0.39 | 0.91 | 0.58 | 34.29 | 0.83 | 0.23 |
| Hex | 6C | 42 | A | 0 | 27 | 5B | 3A | 22 | 53 | 17 |
| Octal | 154 | 102 | 12 | 0 | 47 | 133 | 72 | 42 | 123 | 27 |
| Binary | 1101100 | 1000010 | 1010 | 0 | 100111 | 1011011 | 111010 | 100010 | 1010011 | 10111 |
Color Harmonies of #6C420A
Complementary color
Monochromatic Colors of #6C420A
Black with #6C420A
Text Example
Text Example
White with #6C420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C420A; }
p { color: rgb(108,66,10); }
H1.HeaderClassName
{
color: #6C420A;
}
.AnyTagClassName
{
color: #6C420A;
}
</style>
background-color css
<style>
a { background-color: #6C420A; }
a { background-color: rgb(108,66,10); }
div.DivClassName
{
background-color: #6C420A;
}
.BgClassName
{
background-color: #6C420A;
}
</style>
border-color css
<style>
span { border-color: #6C420A; }
span { border-color: rgb(108,66,10); }
td.TdClassName
{
border-color: #6C420A;
}
.TagClassName
{
border-color: #6C420A;
}
</style>