Shades of Raw Umber #6F5003
Tints of Raw Umber #6F5003
RGB
CMYK
RGB Variations
Color information
#6F5003 (or 0x6F5003) is known color: Raw Umber. HEX triplet: 6F, 50 and 03. RGB value is (111,80,3). Sum of RGB (Red+Green+Blue) = 111+80+3=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5003 is #90AFFC. Grayscale: #505050. Windows color (decimal): -9482237 or 217199. OLE color: 217199.
HSL color Cylindrical-coordinate representation of color #6F5003: hue angle of 42.78º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F5003 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 3 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.56 |
| HSL | 42.78º | 0.95% | 0.22% | - |
| HSV(B) | 42.78º | 0.97% | 0.44% | - |
| XYZ | 9.44 | 9.12 | 1.35 | - |
| YUV | 80.49 | 84.27 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 3 | 0 | 0.28 | 0.97 | 0.56 | 42.78 | 0.95 | 0.22 |
| Hex | 6F | 50 | 3 | 0 | 1C | 61 | 38 | 2B | 5F | 16 |
| Octal | 157 | 120 | 3 | 0 | 34 | 141 | 70 | 53 | 137 | 26 |
| Binary | 1101111 | 1010000 | 11 | 0 | 11100 | 1100001 | 111000 | 101011 | 1011111 | 10110 |
Color Harmonies of #6F5003
Complementary color
Monochromatic Colors of #6F5003
Black with #6F5003
Text Example
Text Example
White with #6F5003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5003; }
p { color: rgb(111,80,3); }
H1.HeaderClassName
{
color: #6F5003;
}
.AnyTagClassName
{
color: #6F5003;
}
</style>
background-color css
<style>
a { background-color: #6F5003; }
a { background-color: rgb(111,80,3); }
div.DivClassName
{
background-color: #6F5003;
}
.BgClassName
{
background-color: #6F5003;
}
</style>
border-color css
<style>
span { border-color: #6F5003; }
span { border-color: rgb(111,80,3); }
td.TdClassName
{
border-color: #6F5003;
}
.TagClassName
{
border-color: #6F5003;
}
</style>