Shades of Raw Umber #6F5500
Tints of Raw Umber #6F5500
RGB
CMYK
RGB Variations
Color information
#6F5500 (or 0x6F5500) is known color: Raw Umber. HEX triplet: 6F, 55 and 00. RGB value is (111,85,0). Sum of RGB (Red+Green+Blue) = 111+85+0=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5500 is #90AAFF. Grayscale: #535353. Windows color (decimal): -9480960 or 21871. OLE color: 21871.
HSL color Cylindrical-coordinate representation of color #6F5500: hue angle of 45.95º 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 #6F5500 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.56 |
| HSL | 45.95º | 1% | 0.22% | - |
| HSV(B) | 45.95º | 1% | 0.44% | - |
| XYZ | 9.8 | 9.88 | 1.39 | - |
| YUV | 83.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 0 | 0 | 0.23 | 1 | 0.56 | 45.95 | 1 | 0.22 |
| Hex | 6F | 55 | 0 | 0 | 17 | 64 | 38 | 2E | 64 | 16 |
| Octal | 157 | 125 | 0 | 0 | 27 | 144 | 70 | 56 | 144 | 26 |
| Binary | 1101111 | 1010101 | 0 | 0 | 10111 | 1100100 | 111000 | 101110 | 1100100 | 10110 |
Color Harmonies of #6F5500
Complementary color
Monochromatic Colors of #6F5500
Black with #6F5500
Text Example
Text Example
White with #6F5500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5500; }
p { color: rgb(111,85,0); }
H1.HeaderClassName
{
color: #6F5500;
}
.AnyTagClassName
{
color: #6F5500;
}
</style>
background-color css
<style>
a { background-color: #6F5500; }
a { background-color: rgb(111,85,0); }
div.DivClassName
{
background-color: #6F5500;
}
.BgClassName
{
background-color: #6F5500;
}
</style>
border-color css
<style>
span { border-color: #6F5500; }
span { border-color: rgb(111,85,0); }
td.TdClassName
{
border-color: #6F5500;
}
.TagClassName
{
border-color: #6F5500;
}
</style>