Shades of Raw Umber #6F5517
Tints of Raw Umber #6F5517
RGB
CMYK
RGB Variations
Color information
#6F5517 (or 0x6F5517) is known color: Raw Umber. HEX triplet: 6F, 55 and 17. RGB value is (111,85,23). Sum of RGB (Red+Green+Blue) = 111+85+23=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5517 is #90AAE8. Grayscale: #555555. Windows color (decimal): -9480937 or 1529199. OLE color: 1529199.
HSL color Cylindrical-coordinate representation of color #6F5517: hue angle of 42.27º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F5517 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 23 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.56 |
| HSL | 42.27º | 0.66% | 0.26% | - |
| HSV(B) | 42.27º | 0.79% | 0.44% | - |
| XYZ | 9.96 | 9.94 | 2.2 | - |
| YUV | 85.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 23 | 0 | 0.23 | 0.79 | 0.56 | 42.27 | 0.66 | 0.26 |
| Hex | 6F | 55 | 17 | 0 | 17 | 4F | 38 | 2A | 42 | 1A |
| Octal | 157 | 125 | 27 | 0 | 27 | 117 | 70 | 52 | 102 | 32 |
| Binary | 1101111 | 1010101 | 10111 | 0 | 10111 | 1001111 | 111000 | 101010 | 1000010 | 11010 |
Color Harmonies of #6F5517
Complementary color
Monochromatic Colors of #6F5517
Black with #6F5517
Text Example
Text Example
White with #6F5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5517; }
p { color: rgb(111,85,23); }
H1.HeaderClassName
{
color: #6F5517;
}
.AnyTagClassName
{
color: #6F5517;
}
</style>
background-color css
<style>
a { background-color: #6F5517; }
a { background-color: rgb(111,85,23); }
div.DivClassName
{
background-color: #6F5517;
}
.BgClassName
{
background-color: #6F5517;
}
</style>
border-color css
<style>
span { border-color: #6F5517; }
span { border-color: rgb(111,85,23); }
td.TdClassName
{
border-color: #6F5517;
}
.TagClassName
{
border-color: #6F5517;
}
</style>