Shades of Raw Umber #6F3A07
Tints of Raw Umber #6F3A07
RGB
CMYK
RGB Variations
Color information
#6F3A07 (or 0x6F3A07) is known color: Raw Umber. HEX triplet: 6F, 3A and 07. RGB value is (111,58,7). Sum of RGB (Red+Green+Blue) = 111+58+7=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3A07 is #90C5F8. Grayscale: #444444. Windows color (decimal): -9487865 or 473711. OLE color: 473711.
HSL color Cylindrical-coordinate representation of color #6F3A07: hue angle of 29.42º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F3A07 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 7 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.56 |
| HSL | 29.42º | 0.88% | 0.23% | - |
| HSV(B) | 29.42º | 0.94% | 0.44% | - |
| XYZ | 8.11 | 6.42 | 1.01 | - |
| YUV | 68.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 7 | 0 | 0.48 | 0.94 | 0.56 | 29.42 | 0.88 | 0.23 |
| Hex | 6F | 3A | 7 | 0 | 30 | 5E | 38 | 1D | 58 | 17 |
| Octal | 157 | 72 | 7 | 0 | 60 | 136 | 70 | 35 | 130 | 27 |
| Binary | 1101111 | 111010 | 111 | 0 | 110000 | 1011110 | 111000 | 11101 | 1011000 | 10111 |
Color Harmonies of #6F3A07
Complementary color
Monochromatic Colors of #6F3A07
Black with #6F3A07
Text Example
Text Example
White with #6F3A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A07; }
p { color: rgb(111,58,7); }
H1.HeaderClassName
{
color: #6F3A07;
}
.AnyTagClassName
{
color: #6F3A07;
}
</style>
background-color css
<style>
a { background-color: #6F3A07; }
a { background-color: rgb(111,58,7); }
div.DivClassName
{
background-color: #6F3A07;
}
.BgClassName
{
background-color: #6F3A07;
}
</style>
border-color css
<style>
span { border-color: #6F3A07; }
span { border-color: rgb(111,58,7); }
td.TdClassName
{
border-color: #6F3A07;
}
.TagClassName
{
border-color: #6F3A07;
}
</style>