Shades of Raw Umber #6F3502
Tints of Raw Umber #6F3502
RGB
CMYK
RGB Variations
Color information
#6F3502 (or 0x6F3502) is known color: Raw Umber. HEX triplet: 6F, 35 and 02. RGB value is (111,53,2). Sum of RGB (Red+Green+Blue) = 111+53+2=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3502 is #90CAFD. Grayscale: #404040. Windows color (decimal): -9489150 or 144751. OLE color: 144751.
HSL color Cylindrical-coordinate representation of color #6F3502: hue angle of 28.07º 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 #6F3502 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 53 | 2 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.56 |
| HSL | 28.07º | 0.96% | 0.22% | - |
| HSV(B) | 28.07º | 0.98% | 0.44% | - |
| XYZ | 7.84 | 5.93 | 0.79 | - |
| YUV | 64.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 2 | 0 | 0.52 | 0.98 | 0.56 | 28.07 | 0.96 | 0.22 |
| Hex | 6F | 35 | 2 | 0 | 34 | 62 | 38 | 1C | 60 | 16 |
| Octal | 157 | 65 | 2 | 0 | 64 | 142 | 70 | 34 | 140 | 26 |
| Binary | 1101111 | 110101 | 10 | 0 | 110100 | 1100010 | 111000 | 11100 | 1100000 | 10110 |
Color Harmonies of #6F3502
Complementary color
Monochromatic Colors of #6F3502
Black with #6F3502
Text Example
Text Example
White with #6F3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3502; }
p { color: rgb(111,53,2); }
H1.HeaderClassName
{
color: #6F3502;
}
.AnyTagClassName
{
color: #6F3502;
}
</style>
background-color css
<style>
a { background-color: #6F3502; }
a { background-color: rgb(111,53,2); }
div.DivClassName
{
background-color: #6F3502;
}
.BgClassName
{
background-color: #6F3502;
}
</style>
border-color css
<style>
span { border-color: #6F3502; }
span { border-color: rgb(111,53,2); }
td.TdClassName
{
border-color: #6F3502;
}
.TagClassName
{
border-color: #6F3502;
}
</style>