Shades of Raw Umber #6C5407
Tints of Raw Umber #6C5407
RGB
CMYK
RGB Variations
Color information
#6C5407 (or 0x6C5407) is known color: Raw Umber. HEX triplet: 6C, 54 and 07. RGB value is (108,84,7). Sum of RGB (Red+Green+Blue) = 108+84+7=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5407 is #93ABF8. Grayscale: #525252. Windows color (decimal): -9677817 or 480364. OLE color: 480364.
HSL color Cylindrical-coordinate representation of color #6C5407: hue angle of 45.74º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C5407 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 84 | 7 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.58 |
| HSL | 45.74º | 0.88% | 0.23% | - |
| HSV(B) | 45.74º | 0.94% | 0.42% | - |
| XYZ | 9.39 | 9.54 | 1.55 | - |
| YUV | 82.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 84 | 7 | 0 | 0.22 | 0.94 | 0.58 | 45.74 | 0.88 | 0.23 |
| Hex | 6C | 54 | 7 | 0 | 16 | 5E | 3A | 2E | 58 | 17 |
| Octal | 154 | 124 | 7 | 0 | 26 | 136 | 72 | 56 | 130 | 27 |
| Binary | 1101100 | 1010100 | 111 | 0 | 10110 | 1011110 | 111010 | 101110 | 1011000 | 10111 |
Color Harmonies of #6C5407
Complementary color
Monochromatic Colors of #6C5407
Black with #6C5407
Text Example
Text Example
White with #6C5407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5407; }
p { color: rgb(108,84,7); }
H1.HeaderClassName
{
color: #6C5407;
}
.AnyTagClassName
{
color: #6C5407;
}
</style>
background-color css
<style>
a { background-color: #6C5407; }
a { background-color: rgb(108,84,7); }
div.DivClassName
{
background-color: #6C5407;
}
.BgClassName
{
background-color: #6C5407;
}
</style>
border-color css
<style>
span { border-color: #6C5407; }
span { border-color: rgb(108,84,7); }
td.TdClassName
{
border-color: #6C5407;
}
.TagClassName
{
border-color: #6C5407;
}
</style>