Shades of Raw Umber #6F501C
Tints of Raw Umber #6F501C
RGB
CMYK
RGB Variations
Color information
#6F501C (or 0x6F501C) is known color: Raw Umber. HEX triplet: 6F, 50 and 1C. RGB value is (111,80,28). Sum of RGB (Red+Green+Blue) = 111+80+28=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F501C is #90AFE3. Grayscale: #535353. Windows color (decimal): -9482212 or 1855599. OLE color: 1855599.
HSL color Cylindrical-coordinate representation of color #6F501C: hue angle of 37.59º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F501C is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 28 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.56 |
| HSL | 37.59º | 0.6% | 0.27% | - |
| HSV(B) | 37.59º | 0.75% | 0.44% | - |
| XYZ | 9.63 | 9.2 | 2.37 | - |
| YUV | 83.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 28 | 0 | 0.28 | 0.75 | 0.56 | 37.59 | 0.6 | 0.27 |
| Hex | 6F | 50 | 1C | 0 | 1C | 4B | 38 | 26 | 3C | 1B |
| Octal | 157 | 120 | 34 | 0 | 34 | 113 | 70 | 46 | 74 | 33 |
| Binary | 1101111 | 1010000 | 11100 | 0 | 11100 | 1001011 | 111000 | 100110 | 111100 | 11011 |
Color Harmonies of #6F501C
Complementary color
Monochromatic Colors of #6F501C
Black with #6F501C
Text Example
Text Example
White with #6F501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F501C; }
p { color: rgb(111,80,28); }
H1.HeaderClassName
{
color: #6F501C;
}
.AnyTagClassName
{
color: #6F501C;
}
</style>
background-color css
<style>
a { background-color: #6F501C; }
a { background-color: rgb(111,80,28); }
div.DivClassName
{
background-color: #6F501C;
}
.BgClassName
{
background-color: #6F501C;
}
</style>
border-color css
<style>
span { border-color: #6F501C; }
span { border-color: rgb(111,80,28); }
td.TdClassName
{
border-color: #6F501C;
}
.TagClassName
{
border-color: #6F501C;
}
</style>