Shades of Raw Umber #6B5600
Tints of Raw Umber #6B5600
RGB
CMYK
RGB Variations
Color information
#6B5600 (or 0x6B5600) is known color: Raw Umber. HEX triplet: 6B, 56 and 00. RGB value is (107,86,0). Sum of RGB (Red+Green+Blue) = 107+86+0=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5600 is #94A9FF. Grayscale: #525252. Windows color (decimal): -9742848 or 22123. OLE color: 22123.
HSL color Cylindrical-coordinate representation of color #6B5600: hue angle of 48.22º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B5600 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.58 |
| HSL | 48.22º | 1% | 0.21% | - |
| HSV(B) | 48.22º | 1% | 0.42% | - |
| XYZ | 9.39 | 9.78 | 1.39 | - |
| YUV | 82.48 | 81.46 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 0 | 0 | 0.20 | 1 | 0.58 | 48.22 | 1 | 0.21 |
| Hex | 6B | 56 | 0 | 0 | 14 | 64 | 3A | 30 | 64 | 15 |
| Octal | 153 | 126 | 0 | 0 | 24 | 144 | 72 | 60 | 144 | 25 |
| Binary | 1101011 | 1010110 | 0 | 0 | 10100 | 1100100 | 111010 | 110000 | 1100100 | 10101 |
Color Harmonies of #6B5600
Complementary color
Monochromatic Colors of #6B5600
Black with #6B5600
Text Example
Text Example
White with #6B5600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5600; }
p { color: rgb(107,86,0); }
H1.HeaderClassName
{
color: #6B5600;
}
.AnyTagClassName
{
color: #6B5600;
}
</style>
background-color css
<style>
a { background-color: #6B5600; }
a { background-color: rgb(107,86,0); }
div.DivClassName
{
background-color: #6B5600;
}
.BgClassName
{
background-color: #6B5600;
}
</style>
border-color css
<style>
span { border-color: #6B5600; }
span { border-color: rgb(107,86,0); }
td.TdClassName
{
border-color: #6B5600;
}
.TagClassName
{
border-color: #6B5600;
}
</style>