Shades of Raw Umber #6F6000
Tints of Raw Umber #6F6000
RGB
CMYK
RGB Variations
Color information
#6F6000 (or 0x6F6000) is known color: Raw Umber. HEX triplet: 6F, 60 and 00. RGB value is (111,96,0). Sum of RGB (Red+Green+Blue) = 111+96+0=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6000 is #909FFF. Grayscale: #595959. Windows color (decimal): -9478144 or 24687. OLE color: 24687.
HSL color Cylindrical-coordinate representation of color #6F6000: hue angle of 51.89º 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 #6F6000 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.56 |
| HSL | 51.89º | 1% | 0.22% | - |
| HSV(B) | 51.89º | 1% | 0.44% | - |
| XYZ | 10.74 | 11.75 | 1.7 | - |
| YUV | 89.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 0 | 0 | 0.14 | 1 | 0.56 | 51.89 | 1 | 0.22 |
| Hex | 6F | 60 | 0 | 0 | E | 64 | 38 | 34 | 64 | 16 |
| Octal | 157 | 140 | 0 | 0 | 16 | 144 | 70 | 64 | 144 | 26 |
| Binary | 1101111 | 1100000 | 0 | 0 | 1110 | 1100100 | 111000 | 110100 | 1100100 | 10110 |
Color Harmonies of #6F6000
Complementary color
Monochromatic Colors of #6F6000
Black with #6F6000
Text Example
Text Example
White with #6F6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6000; }
p { color: rgb(111,96,0); }
H1.HeaderClassName
{
color: #6F6000;
}
.AnyTagClassName
{
color: #6F6000;
}
</style>
background-color css
<style>
a { background-color: #6F6000; }
a { background-color: rgb(111,96,0); }
div.DivClassName
{
background-color: #6F6000;
}
.BgClassName
{
background-color: #6F6000;
}
</style>
border-color css
<style>
span { border-color: #6F6000; }
span { border-color: rgb(111,96,0); }
td.TdClassName
{
border-color: #6F6000;
}
.TagClassName
{
border-color: #6F6000;
}
</style>