Shades of Raw Umber #6F3F01
Tints of Raw Umber #6F3F01
RGB
CMYK
RGB Variations
Color information
#6F3F01 (or 0x6F3F01) is known color: Raw Umber. HEX triplet: 6F, 3F and 01. RGB value is (111,63,1). Sum of RGB (Red+Green+Blue) = 111+63+1=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3F01 is #90C0FE. Grayscale: #464646. Windows color (decimal): -9486591 or 81775. OLE color: 81775.
HSL color Cylindrical-coordinate representation of color #6F3F01: hue angle of 33.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F3F01 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 63 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.56 |
| HSL | 33.82º | 0.98% | 0.22% | - |
| HSV(B) | 33.82º | 0.99% | 0.44% | - |
| XYZ | 8.34 | 6.94 | 0.93 | - |
| YUV | 70.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 63 | 1 | 0 | 0.43 | 0.99 | 0.56 | 33.82 | 0.98 | 0.22 |
| Hex | 6F | 3F | 1 | 0 | 2B | 63 | 38 | 22 | 62 | 16 |
| Octal | 157 | 77 | 1 | 0 | 53 | 143 | 70 | 42 | 142 | 26 |
| Binary | 1101111 | 111111 | 1 | 0 | 101011 | 1100011 | 111000 | 100010 | 1100010 | 10110 |
Color Harmonies of #6F3F01
Complementary color
Monochromatic Colors of #6F3F01
Black with #6F3F01
Text Example
Text Example
White with #6F3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3F01; }
p { color: rgb(111,63,1); }
H1.HeaderClassName
{
color: #6F3F01;
}
.AnyTagClassName
{
color: #6F3F01;
}
</style>
background-color css
<style>
a { background-color: #6F3F01; }
a { background-color: rgb(111,63,1); }
div.DivClassName
{
background-color: #6F3F01;
}
.BgClassName
{
background-color: #6F3F01;
}
</style>
border-color css
<style>
span { border-color: #6F3F01; }
span { border-color: rgb(111,63,1); }
td.TdClassName
{
border-color: #6F3F01;
}
.TagClassName
{
border-color: #6F3F01;
}
</style>