Shades of Raw Umber #6F5200
Tints of Raw Umber #6F5200
RGB
CMYK
RGB Variations
Color information
#6F5200 (or 0x6F5200) is known color: Raw Umber. HEX triplet: 6F, 52 and 00. RGB value is (111,82,0). Sum of RGB (Red+Green+Blue) = 111+82+0=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5200 is #90ADFF. Grayscale: #515151. Windows color (decimal): -9481728 or 21103. OLE color: 21103.
HSL color Cylindrical-coordinate representation of color #6F5200: hue angle of 44.32º 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 #6F5200 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 82 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.56 |
| HSL | 44.32º | 1% | 0.22% | - |
| HSV(B) | 44.32º | 1% | 0.44% | - |
| XYZ | 9.57 | 9.41 | 1.31 | - |
| YUV | 81.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 0 | 0 | 0.26 | 1 | 0.56 | 44.32 | 1 | 0.22 |
| Hex | 6F | 52 | 0 | 0 | 1A | 64 | 38 | 2C | 64 | 16 |
| Octal | 157 | 122 | 0 | 0 | 32 | 144 | 70 | 54 | 144 | 26 |
| Binary | 1101111 | 1010010 | 0 | 0 | 11010 | 1100100 | 111000 | 101100 | 1100100 | 10110 |
Color Harmonies of #6F5200
Complementary color
Monochromatic Colors of #6F5200
Black with #6F5200
Text Example
Text Example
White with #6F5200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5200; }
p { color: rgb(111,82,0); }
H1.HeaderClassName
{
color: #6F5200;
}
.AnyTagClassName
{
color: #6F5200;
}
</style>
background-color css
<style>
a { background-color: #6F5200; }
a { background-color: rgb(111,82,0); }
div.DivClassName
{
background-color: #6F5200;
}
.BgClassName
{
background-color: #6F5200;
}
</style>
border-color css
<style>
span { border-color: #6F5200; }
span { border-color: rgb(111,82,0); }
td.TdClassName
{
border-color: #6F5200;
}
.TagClassName
{
border-color: #6F5200;
}
</style>