Shades of Raw Umber #6F4B08
Tints of Raw Umber #6F4B08
RGB
CMYK
RGB Variations
Color information
#6F4B08 (or 0x6F4B08) is known color: Raw Umber. HEX triplet: 6F, 4B and 08. RGB value is (111,75,8). Sum of RGB (Red+Green+Blue) = 111+75+8=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4B08 is #90B4F7. Grayscale: #4E4E4E. Windows color (decimal): -9483512 or 543599. OLE color: 543599.
HSL color Cylindrical-coordinate representation of color #6F4B08: hue angle of 39.03º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F4B08 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 75 | 8 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.56 |
| HSL | 39.03º | 0.87% | 0.23% | - |
| HSV(B) | 39.03º | 0.93% | 0.44% | - |
| XYZ | 9.12 | 8.43 | 1.38 | - |
| YUV | 78.13 | 88.43 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 8 | 0 | 0.32 | 0.93 | 0.56 | 39.03 | 0.87 | 0.23 |
| Hex | 6F | 4B | 8 | 0 | 20 | 5D | 38 | 27 | 57 | 17 |
| Octal | 157 | 113 | 10 | 0 | 40 | 135 | 70 | 47 | 127 | 27 |
| Binary | 1101111 | 1001011 | 1000 | 0 | 100000 | 1011101 | 111000 | 100111 | 1010111 | 10111 |
Color Harmonies of #6F4B08
Complementary color
Monochromatic Colors of #6F4B08
Black with #6F4B08
Text Example
Text Example
White with #6F4B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B08; }
p { color: rgb(111,75,8); }
H1.HeaderClassName
{
color: #6F4B08;
}
.AnyTagClassName
{
color: #6F4B08;
}
</style>
background-color css
<style>
a { background-color: #6F4B08; }
a { background-color: rgb(111,75,8); }
div.DivClassName
{
background-color: #6F4B08;
}
.BgClassName
{
background-color: #6F4B08;
}
</style>
border-color css
<style>
span { border-color: #6F4B08; }
span { border-color: rgb(111,75,8); }
td.TdClassName
{
border-color: #6F4B08;
}
.TagClassName
{
border-color: #6F4B08;
}
</style>