Shades of Raw Umber #6F3A00
Tints of Raw Umber #6F3A00
RGB
CMYK
RGB Variations
Color information
#6F3A00 (or 0x6F3A00) is known color: Raw Umber. HEX triplet: 6F, 3A and 00. RGB value is (111,58,0). Sum of RGB (Red+Green+Blue) = 111+58+0=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3A00 is #90C5FF. Grayscale: #434343. Windows color (decimal): -9487872 or 14959. OLE color: 14959.
HSL color Cylindrical-coordinate representation of color #6F3A00: hue angle of 31.35º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F3A00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.56 |
| HSL | 31.35º | 1% | 0.22% | - |
| HSV(B) | 31.35º | 1% | 0.44% | - |
| XYZ | 8.07 | 6.41 | 0.81 | - |
| YUV | 67.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 0 | 0 | 0.48 | 1 | 0.56 | 31.35 | 1 | 0.22 |
| Hex | 6F | 3A | 0 | 0 | 30 | 64 | 38 | 1F | 64 | 16 |
| Octal | 157 | 72 | 0 | 0 | 60 | 144 | 70 | 37 | 144 | 26 |
| Binary | 1101111 | 111010 | 0 | 0 | 110000 | 1100100 | 111000 | 11111 | 1100100 | 10110 |
Color Harmonies of #6F3A00
Complementary color
Monochromatic Colors of #6F3A00
Black with #6F3A00
Text Example
Text Example
White with #6F3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A00; }
p { color: rgb(111,58,0); }
H1.HeaderClassName
{
color: #6F3A00;
}
.AnyTagClassName
{
color: #6F3A00;
}
</style>
background-color css
<style>
a { background-color: #6F3A00; }
a { background-color: rgb(111,58,0); }
div.DivClassName
{
background-color: #6F3A00;
}
.BgClassName
{
background-color: #6F3A00;
}
</style>
border-color css
<style>
span { border-color: #6F3A00; }
span { border-color: rgb(111,58,0); }
td.TdClassName
{
border-color: #6F3A00;
}
.TagClassName
{
border-color: #6F3A00;
}
</style>