Shades of Raw Umber #6B5414
Tints of Raw Umber #6B5414
RGB
CMYK
RGB Variations
Color information
#6B5414 (or 0x6B5414) is known color: Raw Umber. HEX triplet: 6B, 54 and 14. RGB value is (107,84,20). Sum of RGB (Red+Green+Blue) = 107+84+20=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5414 is #94ABEB. Grayscale: #535353. Windows color (decimal): -9743340 or 1332331. OLE color: 1332331.
HSL color Cylindrical-coordinate representation of color #6B5414: hue angle of 44.14º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B5414 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 84 | 20 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.58 |
| HSL | 44.14º | 0.69% | 0.25% | - |
| HSV(B) | 44.14º | 0.81% | 0.42% | - |
| XYZ | 9.36 | 9.52 | 2.01 | - |
| YUV | 83.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 20 | 0 | 0.21 | 0.81 | 0.58 | 44.14 | 0.69 | 0.25 |
| Hex | 6B | 54 | 14 | 0 | 15 | 51 | 3A | 2C | 45 | 19 |
| Octal | 153 | 124 | 24 | 0 | 25 | 121 | 72 | 54 | 105 | 31 |
| Binary | 1101011 | 1010100 | 10100 | 0 | 10101 | 1010001 | 111010 | 101100 | 1000101 | 11001 |
Color Harmonies of #6B5414
Complementary color
Monochromatic Colors of #6B5414
Black with #6B5414
Text Example
Text Example
White with #6B5414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5414; }
p { color: rgb(107,84,20); }
H1.HeaderClassName
{
color: #6B5414;
}
.AnyTagClassName
{
color: #6B5414;
}
</style>
background-color css
<style>
a { background-color: #6B5414; }
a { background-color: rgb(107,84,20); }
div.DivClassName
{
background-color: #6B5414;
}
.BgClassName
{
background-color: #6B5414;
}
</style>
border-color css
<style>
span { border-color: #6B5414; }
span { border-color: rgb(107,84,20); }
td.TdClassName
{
border-color: #6B5414;
}
.TagClassName
{
border-color: #6B5414;
}
</style>