Shades of Raw Umber #6F4D1B
Tints of Raw Umber #6F4D1B
RGB
CMYK
RGB Variations
Color information
#6F4D1B (or 0x6F4D1B) is known color: Raw Umber. HEX triplet: 6F, 4D and 1B. RGB value is (111,77,27). Sum of RGB (Red+Green+Blue) = 111+77+27=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4D1B is #90B2E4. Grayscale: #515151. Windows color (decimal): -9482981 or 1789295. OLE color: 1789295.
HSL color Cylindrical-coordinate representation of color #6F4D1B: hue angle of 35.71º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F4D1B is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 27 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.56 |
| HSL | 35.71º | 0.61% | 0.27% | - |
| HSV(B) | 35.71º | 0.76% | 0.44% | - |
| XYZ | 9.41 | 8.77 | 2.23 | - |
| YUV | 81.47 | 97.26 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 27 | 0 | 0.31 | 0.76 | 0.56 | 35.71 | 0.61 | 0.27 |
| Hex | 6F | 4D | 1B | 0 | 1F | 4C | 38 | 24 | 3D | 1B |
| Octal | 157 | 115 | 33 | 0 | 37 | 114 | 70 | 44 | 75 | 33 |
| Binary | 1101111 | 1001101 | 11011 | 0 | 11111 | 1001100 | 111000 | 100100 | 111101 | 11011 |
Color Harmonies of #6F4D1B
Complementary color
Monochromatic Colors of #6F4D1B
Black with #6F4D1B
Text Example
Text Example
White with #6F4D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D1B; }
p { color: rgb(111,77,27); }
H1.HeaderClassName
{
color: #6F4D1B;
}
.AnyTagClassName
{
color: #6F4D1B;
}
</style>
background-color css
<style>
a { background-color: #6F4D1B; }
a { background-color: rgb(111,77,27); }
div.DivClassName
{
background-color: #6F4D1B;
}
.BgClassName
{
background-color: #6F4D1B;
}
</style>
border-color css
<style>
span { border-color: #6F4D1B; }
span { border-color: rgb(111,77,27); }
td.TdClassName
{
border-color: #6F4D1B;
}
.TagClassName
{
border-color: #6F4D1B;
}
</style>