Shades of Raw Umber #6F3705
Tints of Raw Umber #6F3705
RGB
CMYK
RGB Variations
Color information
#6F3705 (or 0x6F3705) is known color: Raw Umber. HEX triplet: 6F, 37 and 05. RGB value is (111,55,5). Sum of RGB (Red+Green+Blue) = 111+55+5=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3705 is #90C8FA. Grayscale: #424242. Windows color (decimal): -9488635 or 341871. OLE color: 341871.
HSL color Cylindrical-coordinate representation of color #6F3705: hue angle of 28.3º 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 #6F3705 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 5 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.56 |
| HSL | 28.3º | 0.91% | 0.23% | - |
| HSV(B) | 28.3º | 0.95% | 0.44% | - |
| XYZ | 7.95 | 6.12 | 0.91 | - |
| YUV | 66.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 5 | 0 | 0.50 | 0.95 | 0.56 | 28.3 | 0.91 | 0.23 |
| Hex | 6F | 37 | 5 | 0 | 32 | 5F | 38 | 1C | 5B | 17 |
| Octal | 157 | 67 | 5 | 0 | 62 | 137 | 70 | 34 | 133 | 27 |
| Binary | 1101111 | 110111 | 101 | 0 | 110010 | 1011111 | 111000 | 11100 | 1011011 | 10111 |
Color Harmonies of #6F3705
Complementary color
Monochromatic Colors of #6F3705
Black with #6F3705
Text Example
Text Example
White with #6F3705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3705; }
p { color: rgb(111,55,5); }
H1.HeaderClassName
{
color: #6F3705;
}
.AnyTagClassName
{
color: #6F3705;
}
</style>
background-color css
<style>
a { background-color: #6F3705; }
a { background-color: rgb(111,55,5); }
div.DivClassName
{
background-color: #6F3705;
}
.BgClassName
{
background-color: #6F3705;
}
</style>
border-color css
<style>
span { border-color: #6F3705; }
span { border-color: rgb(111,55,5); }
td.TdClassName
{
border-color: #6F3705;
}
.TagClassName
{
border-color: #6F3705;
}
</style>