Shades of Raw Umber #6F540D
Tints of Raw Umber #6F540D
RGB
CMYK
RGB Variations
Color information
#6F540D (or 0x6F540D) is known color: Raw Umber. HEX triplet: 6F, 54 and 0D. RGB value is (111,84,13). Sum of RGB (Red+Green+Blue) = 111+84+13=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F540D is #90ABF2. Grayscale: #545454. Windows color (decimal): -9481203 or 873583. OLE color: 873583.
HSL color Cylindrical-coordinate representation of color #6F540D: hue angle of 43.47º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F540D is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 13 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.56 |
| HSL | 43.47º | 0.79% | 0.24% | - |
| HSV(B) | 43.47º | 0.88% | 0.44% | - |
| XYZ | 9.8 | 9.75 | 1.75 | - |
| YUV | 83.98 | 87.95 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 13 | 0 | 0.24 | 0.88 | 0.56 | 43.47 | 0.79 | 0.24 |
| Hex | 6F | 54 | D | 0 | 18 | 58 | 38 | 2B | 4F | 18 |
| Octal | 157 | 124 | 15 | 0 | 30 | 130 | 70 | 53 | 117 | 30 |
| Binary | 1101111 | 1010100 | 1101 | 0 | 11000 | 1011000 | 111000 | 101011 | 1001111 | 11000 |
Color Harmonies of #6F540D
Complementary color
Monochromatic Colors of #6F540D
Black with #6F540D
Text Example
Text Example
White with #6F540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F540D; }
p { color: rgb(111,84,13); }
H1.HeaderClassName
{
color: #6F540D;
}
.AnyTagClassName
{
color: #6F540D;
}
</style>
background-color css
<style>
a { background-color: #6F540D; }
a { background-color: rgb(111,84,13); }
div.DivClassName
{
background-color: #6F540D;
}
.BgClassName
{
background-color: #6F540D;
}
</style>
border-color css
<style>
span { border-color: #6F540D; }
span { border-color: rgb(111,84,13); }
td.TdClassName
{
border-color: #6F540D;
}
.TagClassName
{
border-color: #6F540D;
}
</style>