Shades of Raw Umber #6F5717
Tints of Raw Umber #6F5717
RGB
CMYK
RGB Variations
Color information
#6F5717 (or 0x6F5717) is known color: Raw Umber. HEX triplet: 6F, 57 and 17. RGB value is (111,87,23). Sum of RGB (Red+Green+Blue) = 111+87+23=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5717 is #90A8E8. Grayscale: #575757. Windows color (decimal): -9480425 or 1529711. OLE color: 1529711.
HSL color Cylindrical-coordinate representation of color #6F5717: hue angle of 43.64º 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 #6F5717 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 23 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.56 |
| HSL | 43.64º | 0.66% | 0.26% | - |
| HSV(B) | 43.64º | 0.79% | 0.44% | - |
| XYZ | 10.12 | 10.26 | 2.26 | - |
| YUV | 86.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 23 | 0 | 0.22 | 0.79 | 0.56 | 43.64 | 0.66 | 0.26 |
| Hex | 6F | 57 | 17 | 0 | 16 | 4F | 38 | 2C | 42 | 1A |
| Octal | 157 | 127 | 27 | 0 | 26 | 117 | 70 | 54 | 102 | 32 |
| Binary | 1101111 | 1010111 | 10111 | 0 | 10110 | 1001111 | 111000 | 101100 | 1000010 | 11010 |
Color Harmonies of #6F5717
Complementary color
Monochromatic Colors of #6F5717
Black with #6F5717
Text Example
Text Example
White with #6F5717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5717; }
p { color: rgb(111,87,23); }
H1.HeaderClassName
{
color: #6F5717;
}
.AnyTagClassName
{
color: #6F5717;
}
</style>
background-color css
<style>
a { background-color: #6F5717; }
a { background-color: rgb(111,87,23); }
div.DivClassName
{
background-color: #6F5717;
}
.BgClassName
{
background-color: #6F5717;
}
</style>
border-color css
<style>
span { border-color: #6F5717; }
span { border-color: rgb(111,87,23); }
td.TdClassName
{
border-color: #6F5717;
}
.TagClassName
{
border-color: #6F5717;
}
</style>