Shades of Raw Umber #6F511C
Tints of Raw Umber #6F511C
RGB
CMYK
RGB Variations
Color information
#6F511C (or 0x6F511C) is known color: Raw Umber. HEX triplet: 6F, 51 and 1C. RGB value is (111,81,28). Sum of RGB (Red+Green+Blue) = 111+81+28=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F511C is #90AEE3. Grayscale: #545454. Windows color (decimal): -9481956 or 1855855. OLE color: 1855855.
HSL color Cylindrical-coordinate representation of color #6F511C: hue angle of 38.31º 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 #6F511C is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 81 | 28 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.56 |
| HSL | 38.31º | 0.6% | 0.27% | - |
| HSV(B) | 38.31º | 0.75% | 0.44% | - |
| XYZ | 9.71 | 9.35 | 2.39 | - |
| YUV | 83.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 28 | 0 | 0.27 | 0.75 | 0.56 | 38.31 | 0.6 | 0.27 |
| Hex | 6F | 51 | 1C | 0 | 1B | 4B | 38 | 26 | 3C | 1B |
| Octal | 157 | 121 | 34 | 0 | 33 | 113 | 70 | 46 | 74 | 33 |
| Binary | 1101111 | 1010001 | 11100 | 0 | 11011 | 1001011 | 111000 | 100110 | 111100 | 11011 |
Color Harmonies of #6F511C
Complementary color
Monochromatic Colors of #6F511C
Black with #6F511C
Text Example
Text Example
White with #6F511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F511C; }
p { color: rgb(111,81,28); }
H1.HeaderClassName
{
color: #6F511C;
}
.AnyTagClassName
{
color: #6F511C;
}
</style>
background-color css
<style>
a { background-color: #6F511C; }
a { background-color: rgb(111,81,28); }
div.DivClassName
{
background-color: #6F511C;
}
.BgClassName
{
background-color: #6F511C;
}
</style>
border-color css
<style>
span { border-color: #6F511C; }
span { border-color: rgb(111,81,28); }
td.TdClassName
{
border-color: #6F511C;
}
.TagClassName
{
border-color: #6F511C;
}
</style>