Shades of Raw Umber #6B4E0A
Tints of Raw Umber #6B4E0A
RGB
CMYK
RGB Variations
Color information
#6B4E0A (or 0x6B4E0A) is known color: Raw Umber. HEX triplet: 6B, 4E and 0A. RGB value is (107,78,10). Sum of RGB (Red+Green+Blue) = 107+78+10=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B4E0A is #94B1F5. Grayscale: #4F4F4F. Windows color (decimal): -9744886 or 675435. OLE color: 675435.
HSL color Cylindrical-coordinate representation of color #6B4E0A: hue angle of 42.06º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B4E0A is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 78 | 10 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.58 |
| HSL | 42.06º | 0.83% | 0.23% | - |
| HSV(B) | 42.06º | 0.91% | 0.42% | - |
| XYZ | 8.84 | 8.6 | 1.48 | - |
| YUV | 78.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 10 | 0 | 0.27 | 0.91 | 0.58 | 42.06 | 0.83 | 0.23 |
| Hex | 6B | 4E | A | 0 | 1B | 5B | 3A | 2A | 53 | 17 |
| Octal | 153 | 116 | 12 | 0 | 33 | 133 | 72 | 52 | 123 | 27 |
| Binary | 1101011 | 1001110 | 1010 | 0 | 11011 | 1011011 | 111010 | 101010 | 1010011 | 10111 |
Color Harmonies of #6B4E0A
Complementary color
Monochromatic Colors of #6B4E0A
Black with #6B4E0A
Text Example
Text Example
White with #6B4E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E0A; }
p { color: rgb(107,78,10); }
H1.HeaderClassName
{
color: #6B4E0A;
}
.AnyTagClassName
{
color: #6B4E0A;
}
</style>
background-color css
<style>
a { background-color: #6B4E0A; }
a { background-color: rgb(107,78,10); }
div.DivClassName
{
background-color: #6B4E0A;
}
.BgClassName
{
background-color: #6B4E0A;
}
</style>
border-color css
<style>
span { border-color: #6B4E0A; }
span { border-color: rgb(107,78,10); }
td.TdClassName
{
border-color: #6B4E0A;
}
.TagClassName
{
border-color: #6B4E0A;
}
</style>