Shades of Raw Umber #6F5F01
Tints of Raw Umber #6F5F01
RGB
CMYK
RGB Variations
Color information
#6F5F01 (or 0x6F5F01) is known color: Raw Umber. HEX triplet: 6F, 5F and 01. RGB value is (111,95,1). Sum of RGB (Red+Green+Blue) = 111+95+1=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5F01 is #90A0FE. Grayscale: #595959. Windows color (decimal): -9478399 or 89967. OLE color: 89967.
HSL color Cylindrical-coordinate representation of color #6F5F01: hue angle of 51.27º 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 #6F5F01 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.56 |
| HSL | 51.27º | 0.98% | 0.22% | - |
| HSV(B) | 51.27º | 0.99% | 0.44% | - |
| XYZ | 10.65 | 11.57 | 1.7 | - |
| YUV | 89.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 1 | 0 | 0.14 | 0.99 | 0.56 | 51.27 | 0.98 | 0.22 |
| Hex | 6F | 5F | 1 | 0 | E | 63 | 38 | 33 | 62 | 16 |
| Octal | 157 | 137 | 1 | 0 | 16 | 143 | 70 | 63 | 142 | 26 |
| Binary | 1101111 | 1011111 | 1 | 0 | 1110 | 1100011 | 111000 | 110011 | 1100010 | 10110 |
Color Harmonies of #6F5F01
Complementary color
Monochromatic Colors of #6F5F01
Black with #6F5F01
Text Example
Text Example
White with #6F5F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F01; }
p { color: rgb(111,95,1); }
H1.HeaderClassName
{
color: #6F5F01;
}
.AnyTagClassName
{
color: #6F5F01;
}
</style>
background-color css
<style>
a { background-color: #6F5F01; }
a { background-color: rgb(111,95,1); }
div.DivClassName
{
background-color: #6F5F01;
}
.BgClassName
{
background-color: #6F5F01;
}
</style>
border-color css
<style>
span { border-color: #6F5F01; }
span { border-color: rgb(111,95,1); }
td.TdClassName
{
border-color: #6F5F01;
}
.TagClassName
{
border-color: #6F5F01;
}
</style>