Shades of Raw Umber #6F4E1A
Tints of Raw Umber #6F4E1A
RGB
CMYK
RGB Variations
Color information
#6F4E1A (or 0x6F4E1A) is known color: Raw Umber. HEX triplet: 6F, 4E and 1A. RGB value is (111,78,26). Sum of RGB (Red+Green+Blue) = 111+78+26=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E1A is #90B1E5. Grayscale: #525252. Windows color (decimal): -9482726 or 1724015. OLE color: 1724015.
HSL color Cylindrical-coordinate representation of color #6F4E1A: hue angle of 36.71º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F4E1A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 26 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.56 |
| HSL | 36.71º | 0.62% | 0.27% | - |
| HSV(B) | 36.71º | 0.77% | 0.44% | - |
| XYZ | 9.47 | 8.9 | 2.2 | - |
| YUV | 81.94 | 96.43 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 26 | 0 | 0.30 | 0.77 | 0.56 | 36.71 | 0.62 | 0.27 |
| Hex | 6F | 4E | 1A | 0 | 1E | 4D | 38 | 25 | 3E | 1B |
| Octal | 157 | 116 | 32 | 0 | 36 | 115 | 70 | 45 | 76 | 33 |
| Binary | 1101111 | 1001110 | 11010 | 0 | 11110 | 1001101 | 111000 | 100101 | 111110 | 11011 |
Color Harmonies of #6F4E1A
Complementary color
Monochromatic Colors of #6F4E1A
Black with #6F4E1A
Text Example
Text Example
White with #6F4E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E1A; }
p { color: rgb(111,78,26); }
H1.HeaderClassName
{
color: #6F4E1A;
}
.AnyTagClassName
{
color: #6F4E1A;
}
</style>
background-color css
<style>
a { background-color: #6F4E1A; }
a { background-color: rgb(111,78,26); }
div.DivClassName
{
background-color: #6F4E1A;
}
.BgClassName
{
background-color: #6F4E1A;
}
</style>
border-color css
<style>
span { border-color: #6F4E1A; }
span { border-color: rgb(111,78,26); }
td.TdClassName
{
border-color: #6F4E1A;
}
.TagClassName
{
border-color: #6F4E1A;
}
</style>