Shades of Raw Umber #6B4D07
Tints of Raw Umber #6B4D07
RGB
CMYK
RGB Variations
Color information
#6B4D07 (or 0x6B4D07) is known color: Raw Umber. HEX triplet: 6B, 4D and 07. RGB value is (107,77,7). Sum of RGB (Red+Green+Blue) = 107+77+7=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B4D07 is #94B2F8. Grayscale: #4E4E4E. Windows color (decimal): -9745145 or 478571. OLE color: 478571.
HSL color Cylindrical-coordinate representation of color #6B4D07: hue angle of 42º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B4D07 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 77 | 7 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.58 |
| HSL | 42º | 0.88% | 0.22% | - |
| HSV(B) | 42º | 0.93% | 0.42% | - |
| XYZ | 8.76 | 8.45 | 1.37 | - |
| YUV | 77.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 7 | 0 | 0.28 | 0.93 | 0.58 | 42 | 0.88 | 0.22 |
| Hex | 6B | 4D | 7 | 0 | 1C | 5D | 3A | 2A | 58 | 16 |
| Octal | 153 | 115 | 7 | 0 | 34 | 135 | 72 | 52 | 130 | 26 |
| Binary | 1101011 | 1001101 | 111 | 0 | 11100 | 1011101 | 111010 | 101010 | 1011000 | 10110 |
Color Harmonies of #6B4D07
Complementary color
Monochromatic Colors of #6B4D07
Black with #6B4D07
Text Example
Text Example
White with #6B4D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4D07; }
p { color: rgb(107,77,7); }
H1.HeaderClassName
{
color: #6B4D07;
}
.AnyTagClassName
{
color: #6B4D07;
}
</style>
background-color css
<style>
a { background-color: #6B4D07; }
a { background-color: rgb(107,77,7); }
div.DivClassName
{
background-color: #6B4D07;
}
.BgClassName
{
background-color: #6B4D07;
}
</style>
border-color css
<style>
span { border-color: #6B4D07; }
span { border-color: rgb(107,77,7); }
td.TdClassName
{
border-color: #6B4D07;
}
.TagClassName
{
border-color: #6B4D07;
}
</style>