Shades of Raw Umber #6F540E
Tints of Raw Umber #6F540E
RGB
CMYK
RGB Variations
Color information
#6F540E (or 0x6F540E) is known color: Raw Umber. HEX triplet: 6F, 54 and 0E. RGB value is (111,84,14). Sum of RGB (Red+Green+Blue) = 111+84+14=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F540E is #90ABF1. Grayscale: #545454. Windows color (decimal): -9481202 or 939119. OLE color: 939119.
HSL color Cylindrical-coordinate representation of color #6F540E: hue angle of 43.3º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F540E is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 14 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.56 |
| HSL | 43.3º | 0.78% | 0.25% | - |
| HSV(B) | 43.3º | 0.87% | 0.44% | - |
| XYZ | 9.81 | 9.75 | 1.78 | - |
| YUV | 84.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 14 | 0 | 0.24 | 0.87 | 0.56 | 43.3 | 0.78 | 0.25 |
| Hex | 6F | 54 | E | 0 | 18 | 57 | 38 | 2B | 4E | 19 |
| Octal | 157 | 124 | 16 | 0 | 30 | 127 | 70 | 53 | 116 | 31 |
| Binary | 1101111 | 1010100 | 1110 | 0 | 11000 | 1010111 | 111000 | 101011 | 1001110 | 11001 |
Color Harmonies of #6F540E
Complementary color
Monochromatic Colors of #6F540E
Black with #6F540E
Text Example
Text Example
White with #6F540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F540E; }
p { color: rgb(111,84,14); }
H1.HeaderClassName
{
color: #6F540E;
}
.AnyTagClassName
{
color: #6F540E;
}
</style>
background-color css
<style>
a { background-color: #6F540E; }
a { background-color: rgb(111,84,14); }
div.DivClassName
{
background-color: #6F540E;
}
.BgClassName
{
background-color: #6F540E;
}
</style>
border-color css
<style>
span { border-color: #6F540E; }
span { border-color: rgb(111,84,14); }
td.TdClassName
{
border-color: #6F540E;
}
.TagClassName
{
border-color: #6F540E;
}
</style>