Shades of Raw Umber #6B5104
Tints of Raw Umber #6B5104
RGB
CMYK
RGB Variations
Color information
#6B5104 (or 0x6B5104) is known color: Raw Umber. HEX triplet: 6B, 51 and 04. RGB value is (107,81,4). Sum of RGB (Red+Green+Blue) = 107+81+4=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5104 is #94AEFB. Grayscale: #505050. Windows color (decimal): -9744124 or 282987. OLE color: 282987.
HSL color Cylindrical-coordinate representation of color #6B5104: hue angle of 44.85º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B5104 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 4 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.58 |
| HSL | 44.85º | 0.93% | 0.22% | - |
| HSV(B) | 44.85º | 0.96% | 0.42% | - |
| XYZ | 9.03 | 9.02 | 1.38 | - |
| YUV | 80 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 4 | 0 | 0.24 | 0.96 | 0.58 | 44.85 | 0.93 | 0.22 |
| Hex | 6B | 51 | 4 | 0 | 18 | 60 | 3A | 2D | 5D | 16 |
| Octal | 153 | 121 | 4 | 0 | 30 | 140 | 72 | 55 | 135 | 26 |
| Binary | 1101011 | 1010001 | 100 | 0 | 11000 | 1100000 | 111010 | 101101 | 1011101 | 10110 |
Color Harmonies of #6B5104
Complementary color
Monochromatic Colors of #6B5104
Black with #6B5104
Text Example
Text Example
White with #6B5104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5104; }
p { color: rgb(107,81,4); }
H1.HeaderClassName
{
color: #6B5104;
}
.AnyTagClassName
{
color: #6B5104;
}
</style>
background-color css
<style>
a { background-color: #6B5104; }
a { background-color: rgb(107,81,4); }
div.DivClassName
{
background-color: #6B5104;
}
.BgClassName
{
background-color: #6B5104;
}
</style>
border-color css
<style>
span { border-color: #6B5104; }
span { border-color: rgb(107,81,4); }
td.TdClassName
{
border-color: #6B5104;
}
.TagClassName
{
border-color: #6B5104;
}
</style>