Shades of Raw Umber #6F4B15
Tints of Raw Umber #6F4B15
RGB
CMYK
RGB Variations
Color information
#6F4B15 (or 0x6F4B15) is known color: Raw Umber. HEX triplet: 6F, 4B and 15. RGB value is (111,75,21). Sum of RGB (Red+Green+Blue) = 111+75+21=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4B15 is #90B4EA. Grayscale: #4F4F4F. Windows color (decimal): -9483499 or 1395567. OLE color: 1395567.
HSL color Cylindrical-coordinate representation of color #6F4B15: hue angle of 36º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F4B15 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 75 | 21 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.56 |
| HSL | 36º | 0.68% | 0.26% | - |
| HSV(B) | 36º | 0.81% | 0.44% | - |
| XYZ | 9.21 | 8.47 | 1.86 | - |
| YUV | 79.61 | 94.93 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 21 | 0 | 0.32 | 0.81 | 0.56 | 36 | 0.68 | 0.26 |
| Hex | 6F | 4B | 15 | 0 | 20 | 51 | 38 | 24 | 44 | 1A |
| Octal | 157 | 113 | 25 | 0 | 40 | 121 | 70 | 44 | 104 | 32 |
| Binary | 1101111 | 1001011 | 10101 | 0 | 100000 | 1010001 | 111000 | 100100 | 1000100 | 11010 |
Color Harmonies of #6F4B15
Complementary color
Monochromatic Colors of #6F4B15
Black with #6F4B15
Text Example
Text Example
White with #6F4B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B15; }
p { color: rgb(111,75,21); }
H1.HeaderClassName
{
color: #6F4B15;
}
.AnyTagClassName
{
color: #6F4B15;
}
</style>
background-color css
<style>
a { background-color: #6F4B15; }
a { background-color: rgb(111,75,21); }
div.DivClassName
{
background-color: #6F4B15;
}
.BgClassName
{
background-color: #6F4B15;
}
</style>
border-color css
<style>
span { border-color: #6F4B15; }
span { border-color: rgb(111,75,21); }
td.TdClassName
{
border-color: #6F4B15;
}
.TagClassName
{
border-color: #6F4B15;
}
</style>