Shades of Raw Umber #6C470E
Tints of Raw Umber #6C470E
RGB
CMYK
RGB Variations
Color information
#6C470E (or 0x6C470E) is known color: Raw Umber. HEX triplet: 6C, 47 and 0E. RGB value is (108,71,14). Sum of RGB (Red+Green+Blue) = 108+71+14=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C470E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C470E is #93B8F1. Grayscale: #4B4B4B. Windows color (decimal): -9681138 or 935788. OLE color: 935788.
HSL color Cylindrical-coordinate representation of color #6C470E: hue angle of 36.38º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C470E is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 71 | 14 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.58 |
| HSL | 36.38º | 0.77% | 0.24% | - |
| HSV(B) | 36.38º | 0.87% | 0.42% | - |
| XYZ | 8.52 | 7.73 | 1.46 | - |
| YUV | 75.57 | 93.26 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 14 | 0 | 0.34 | 0.87 | 0.58 | 36.38 | 0.77 | 0.24 |
| Hex | 6C | 47 | E | 0 | 22 | 57 | 3A | 24 | 4D | 18 |
| Octal | 154 | 107 | 16 | 0 | 42 | 127 | 72 | 44 | 115 | 30 |
| Binary | 1101100 | 1000111 | 1110 | 0 | 100010 | 1010111 | 111010 | 100100 | 1001101 | 11000 |
Color Harmonies of #6C470E
Complementary color
Monochromatic Colors of #6C470E
Black with #6C470E
Text Example
Text Example
White with #6C470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C470E; }
p { color: rgb(108,71,14); }
H1.HeaderClassName
{
color: #6C470E;
}
.AnyTagClassName
{
color: #6C470E;
}
</style>
background-color css
<style>
a { background-color: #6C470E; }
a { background-color: rgb(108,71,14); }
div.DivClassName
{
background-color: #6C470E;
}
.BgClassName
{
background-color: #6C470E;
}
</style>
border-color css
<style>
span { border-color: #6C470E; }
span { border-color: rgb(108,71,14); }
td.TdClassName
{
border-color: #6C470E;
}
.TagClassName
{
border-color: #6C470E;
}
</style>