Shades of Raw Umber #6B5F04
Tints of Raw Umber #6B5F04
RGB
CMYK
RGB Variations
Color information
#6B5F04 (or 0x6B5F04) is known color: Raw Umber. HEX triplet: 6B, 5F and 04. RGB value is (107,95,4). Sum of RGB (Red+Green+Blue) = 107+95+4=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5F04 is #94A0FB. Grayscale: #585858. Windows color (decimal): -9740540 or 286571. OLE color: 286571.
HSL color Cylindrical-coordinate representation of color #6B5F04: hue angle of 53.01º 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 #6B5F04 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 4 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.58 |
| HSL | 53.01º | 0.93% | 0.22% | - |
| HSV(B) | 53.01º | 0.96% | 0.42% | - |
| XYZ | 10.18 | 11.32 | 1.76 | - |
| YUV | 88.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 4 | 0 | 0.11 | 0.96 | 0.58 | 53.01 | 0.93 | 0.22 |
| Hex | 6B | 5F | 4 | 0 | B | 60 | 3A | 35 | 5D | 16 |
| Octal | 153 | 137 | 4 | 0 | 13 | 140 | 72 | 65 | 135 | 26 |
| Binary | 1101011 | 1011111 | 100 | 0 | 1011 | 1100000 | 111010 | 110101 | 1011101 | 10110 |
Color Harmonies of #6B5F04
Complementary color
Monochromatic Colors of #6B5F04
Black with #6B5F04
Text Example
Text Example
White with #6B5F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F04; }
p { color: rgb(107,95,4); }
H1.HeaderClassName
{
color: #6B5F04;
}
.AnyTagClassName
{
color: #6B5F04;
}
</style>
background-color css
<style>
a { background-color: #6B5F04; }
a { background-color: rgb(107,95,4); }
div.DivClassName
{
background-color: #6B5F04;
}
.BgClassName
{
background-color: #6B5F04;
}
</style>
border-color css
<style>
span { border-color: #6B5F04; }
span { border-color: rgb(107,95,4); }
td.TdClassName
{
border-color: #6B5F04;
}
.TagClassName
{
border-color: #6B5F04;
}
</style>