Shades of Raw Umber #6F4002
Tints of Raw Umber #6F4002
RGB
CMYK
RGB Variations
Color information
#6F4002 (or 0x6F4002) is known color: Raw Umber. HEX triplet: 6F, 40 and 02. RGB value is (111,64,2). Sum of RGB (Red+Green+Blue) = 111+64+2=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4002 is #90BFFD. Grayscale: #474747. Windows color (decimal): -9486334 or 147567. OLE color: 147567.
HSL color Cylindrical-coordinate representation of color #6F4002: hue angle of 34.13º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F4002 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 2 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.56 |
| HSL | 34.13º | 0.96% | 0.22% | - |
| HSV(B) | 34.13º | 0.98% | 0.44% | - |
| XYZ | 8.4 | 7.05 | 0.98 | - |
| YUV | 70.99 | 89.07 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 2 | 0 | 0.42 | 0.98 | 0.56 | 34.13 | 0.96 | 0.22 |
| Hex | 6F | 40 | 2 | 0 | 2A | 62 | 38 | 22 | 60 | 16 |
| Octal | 157 | 100 | 2 | 0 | 52 | 142 | 70 | 42 | 140 | 26 |
| Binary | 1101111 | 1000000 | 10 | 0 | 101010 | 1100010 | 111000 | 100010 | 1100000 | 10110 |
Color Harmonies of #6F4002
Complementary color
Monochromatic Colors of #6F4002
Black with #6F4002
Text Example
Text Example
White with #6F4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4002; }
p { color: rgb(111,64,2); }
H1.HeaderClassName
{
color: #6F4002;
}
.AnyTagClassName
{
color: #6F4002;
}
</style>
background-color css
<style>
a { background-color: #6F4002; }
a { background-color: rgb(111,64,2); }
div.DivClassName
{
background-color: #6F4002;
}
.BgClassName
{
background-color: #6F4002;
}
</style>
border-color css
<style>
span { border-color: #6F4002; }
span { border-color: rgb(111,64,2); }
td.TdClassName
{
border-color: #6F4002;
}
.TagClassName
{
border-color: #6F4002;
}
</style>