Shades of Raw Umber #6F4000
Tints of Raw Umber #6F4000
RGB
CMYK
RGB Variations
Color information
#6F4000 (or 0x6F4000) is known color: Raw Umber. HEX triplet: 6F, 40 and 00. RGB value is (111,64,0). Sum of RGB (Red+Green+Blue) = 111+64+0=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4000 is #90BFFF. Grayscale: #474747. Windows color (decimal): -9486336 or 16495. OLE color: 16495.
HSL color Cylindrical-coordinate representation of color #6F4000: hue angle of 34.59º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F4000 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.56 |
| HSL | 34.59º | 1% | 0.22% | - |
| HSV(B) | 34.59º | 1% | 0.44% | - |
| XYZ | 8.39 | 7.05 | 0.92 | - |
| YUV | 70.76 | 88.07 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 0 | 0 | 0.42 | 1 | 0.56 | 34.59 | 1 | 0.22 |
| Hex | 6F | 40 | 0 | 0 | 2A | 64 | 38 | 23 | 64 | 16 |
| Octal | 157 | 100 | 0 | 0 | 52 | 144 | 70 | 43 | 144 | 26 |
| Binary | 1101111 | 1000000 | 0 | 0 | 101010 | 1100100 | 111000 | 100011 | 1100100 | 10110 |
Color Harmonies of #6F4000
Complementary color
Monochromatic Colors of #6F4000
Black with #6F4000
Text Example
Text Example
White with #6F4000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4000; }
p { color: rgb(111,64,0); }
H1.HeaderClassName
{
color: #6F4000;
}
.AnyTagClassName
{
color: #6F4000;
}
</style>
background-color css
<style>
a { background-color: #6F4000; }
a { background-color: rgb(111,64,0); }
div.DivClassName
{
background-color: #6F4000;
}
.BgClassName
{
background-color: #6F4000;
}
</style>
border-color css
<style>
span { border-color: #6F4000; }
span { border-color: rgb(111,64,0); }
td.TdClassName
{
border-color: #6F4000;
}
.TagClassName
{
border-color: #6F4000;
}
</style>