Shades of Raw Umber #6F3A01
Tints of Raw Umber #6F3A01
RGB
CMYK
RGB Variations
Color information
#6F3A01 (or 0x6F3A01) is known color: Raw Umber. HEX triplet: 6F, 3A and 01. RGB value is (111,58,1). Sum of RGB (Red+Green+Blue) = 111+58+1=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3A01 is #90C5FE. Grayscale: #434343. Windows color (decimal): -9487871 or 80495. OLE color: 80495.
HSL color Cylindrical-coordinate representation of color #6F3A01: hue angle of 31.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F3A01 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.56 |
| HSL | 31.09º | 0.98% | 0.22% | - |
| HSV(B) | 31.09º | 0.99% | 0.44% | - |
| XYZ | 8.07 | 6.41 | 0.84 | - |
| YUV | 67.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 1 | 0 | 0.48 | 0.99 | 0.56 | 31.09 | 0.98 | 0.22 |
| Hex | 6F | 3A | 1 | 0 | 30 | 63 | 38 | 1F | 62 | 16 |
| Octal | 157 | 72 | 1 | 0 | 60 | 143 | 70 | 37 | 142 | 26 |
| Binary | 1101111 | 111010 | 1 | 0 | 110000 | 1100011 | 111000 | 11111 | 1100010 | 10110 |
Color Harmonies of #6F3A01
Complementary color
Monochromatic Colors of #6F3A01
Black with #6F3A01
Text Example
Text Example
White with #6F3A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A01; }
p { color: rgb(111,58,1); }
H1.HeaderClassName
{
color: #6F3A01;
}
.AnyTagClassName
{
color: #6F3A01;
}
</style>
background-color css
<style>
a { background-color: #6F3A01; }
a { background-color: rgb(111,58,1); }
div.DivClassName
{
background-color: #6F3A01;
}
.BgClassName
{
background-color: #6F3A01;
}
</style>
border-color css
<style>
span { border-color: #6F3A01; }
span { border-color: rgb(111,58,1); }
td.TdClassName
{
border-color: #6F3A01;
}
.TagClassName
{
border-color: #6F3A01;
}
</style>