Shades of Raw Umber #6B5904
Tints of Raw Umber #6B5904
RGB
CMYK
RGB Variations
Color information
#6B5904 (or 0x6B5904) is known color: Raw Umber. HEX triplet: 6B, 59 and 04. RGB value is (107,89,4). Sum of RGB (Red+Green+Blue) = 107+89+4=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5904 is #94A6FB. Grayscale: #555555. Windows color (decimal): -9742076 or 285035. OLE color: 285035.
HSL color Cylindrical-coordinate representation of color #6B5904: hue angle of 49.51º 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 #6B5904 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 89 | 4 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.58 |
| HSL | 49.51º | 0.93% | 0.22% | - |
| HSV(B) | 49.51º | 0.96% | 0.42% | - |
| XYZ | 9.66 | 10.28 | 1.59 | - |
| YUV | 84.69 | 82.46 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 89 | 4 | 0 | 0.17 | 0.96 | 0.58 | 49.51 | 0.93 | 0.22 |
| Hex | 6B | 59 | 4 | 0 | 11 | 60 | 3A | 32 | 5D | 16 |
| Octal | 153 | 131 | 4 | 0 | 21 | 140 | 72 | 62 | 135 | 26 |
| Binary | 1101011 | 1011001 | 100 | 0 | 10001 | 1100000 | 111010 | 110010 | 1011101 | 10110 |
Color Harmonies of #6B5904
Complementary color
Monochromatic Colors of #6B5904
Black with #6B5904
Text Example
Text Example
White with #6B5904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5904; }
p { color: rgb(107,89,4); }
H1.HeaderClassName
{
color: #6B5904;
}
.AnyTagClassName
{
color: #6B5904;
}
</style>
background-color css
<style>
a { background-color: #6B5904; }
a { background-color: rgb(107,89,4); }
div.DivClassName
{
background-color: #6B5904;
}
.BgClassName
{
background-color: #6B5904;
}
</style>
border-color css
<style>
span { border-color: #6B5904; }
span { border-color: rgb(107,89,4); }
td.TdClassName
{
border-color: #6B5904;
}
.TagClassName
{
border-color: #6B5904;
}
</style>