Shades of Raw Umber #6F5017
Tints of Raw Umber #6F5017
RGB
CMYK
RGB Variations
Color information
#6F5017 (or 0x6F5017) is known color: Raw Umber. HEX triplet: 6F, 50 and 17. RGB value is (111,80,23). Sum of RGB (Red+Green+Blue) = 111+80+23=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5017 is #90AFE8. Grayscale: #535353. Windows color (decimal): -9482217 or 1527919. OLE color: 1527919.
HSL color Cylindrical-coordinate representation of color #6F5017: hue angle of 38.86º 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 #6F5017 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 23 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.56 |
| HSL | 38.86º | 0.66% | 0.26% | - |
| HSV(B) | 38.86º | 0.79% | 0.44% | - |
| XYZ | 9.58 | 9.18 | 2.08 | - |
| YUV | 82.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 23 | 0 | 0.28 | 0.79 | 0.56 | 38.86 | 0.66 | 0.26 |
| Hex | 6F | 50 | 17 | 0 | 1C | 4F | 38 | 27 | 42 | 1A |
| Octal | 157 | 120 | 27 | 0 | 34 | 117 | 70 | 47 | 102 | 32 |
| Binary | 1101111 | 1010000 | 10111 | 0 | 11100 | 1001111 | 111000 | 100111 | 1000010 | 11010 |
Color Harmonies of #6F5017
Complementary color
Monochromatic Colors of #6F5017
Black with #6F5017
Text Example
Text Example
White with #6F5017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5017; }
p { color: rgb(111,80,23); }
H1.HeaderClassName
{
color: #6F5017;
}
.AnyTagClassName
{
color: #6F5017;
}
</style>
background-color css
<style>
a { background-color: #6F5017; }
a { background-color: rgb(111,80,23); }
div.DivClassName
{
background-color: #6F5017;
}
.BgClassName
{
background-color: #6F5017;
}
</style>
border-color css
<style>
span { border-color: #6F5017; }
span { border-color: rgb(111,80,23); }
td.TdClassName
{
border-color: #6F5017;
}
.TagClassName
{
border-color: #6F5017;
}
</style>