Shades of Raw Umber #6F4B05
Tints of Raw Umber #6F4B05
RGB
CMYK
RGB Variations
Color information
#6F4B05 (or 0x6F4B05) is known color: Raw Umber. HEX triplet: 6F, 4B and 05. RGB value is (111,75,5). Sum of RGB (Red+Green+Blue) = 111+75+5=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4B05 is #90B4FA. Grayscale: #4E4E4E. Windows color (decimal): -9483515 or 346991. OLE color: 346991.
HSL color Cylindrical-coordinate representation of color #6F4B05: hue angle of 39.62º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F4B05 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 75 | 5 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.56 |
| HSL | 39.62º | 0.91% | 0.23% | - |
| HSV(B) | 39.62º | 0.95% | 0.44% | - |
| XYZ | 9.1 | 8.42 | 1.29 | - |
| YUV | 77.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 5 | 0 | 0.32 | 0.95 | 0.56 | 39.62 | 0.91 | 0.23 |
| Hex | 6F | 4B | 5 | 0 | 20 | 5F | 38 | 28 | 5B | 17 |
| Octal | 157 | 113 | 5 | 0 | 40 | 137 | 70 | 50 | 133 | 27 |
| Binary | 1101111 | 1001011 | 101 | 0 | 100000 | 1011111 | 111000 | 101000 | 1011011 | 10111 |
Color Harmonies of #6F4B05
Complementary color
Monochromatic Colors of #6F4B05
Black with #6F4B05
Text Example
Text Example
White with #6F4B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B05; }
p { color: rgb(111,75,5); }
H1.HeaderClassName
{
color: #6F4B05;
}
.AnyTagClassName
{
color: #6F4B05;
}
</style>
background-color css
<style>
a { background-color: #6F4B05; }
a { background-color: rgb(111,75,5); }
div.DivClassName
{
background-color: #6F4B05;
}
.BgClassName
{
background-color: #6F4B05;
}
</style>
border-color css
<style>
span { border-color: #6F4B05; }
span { border-color: rgb(111,75,5); }
td.TdClassName
{
border-color: #6F4B05;
}
.TagClassName
{
border-color: #6F4B05;
}
</style>