Shades of Raw Umber #6B5C0D
Tints of Raw Umber #6B5C0D
RGB
CMYK
RGB Variations
Color information
#6B5C0D (or 0x6B5C0D) is known color: Raw Umber. HEX triplet: 6B, 5C and 0D. RGB value is (107,92,13). Sum of RGB (Red+Green+Blue) = 107+92+13=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5C0D is #94A3F2. Grayscale: #575757. Windows color (decimal): -9741299 or 875627. OLE color: 875627.
HSL color Cylindrical-coordinate representation of color #6B5C0D: hue angle of 50.43º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B5C0D is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 13 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.58 |
| HSL | 50.43º | 0.78% | 0.24% | - |
| HSV(B) | 50.43º | 0.88% | 0.42% | - |
| XYZ | 9.96 | 10.81 | 1.94 | - |
| YUV | 87.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 13 | 0 | 0.14 | 0.88 | 0.58 | 50.43 | 0.78 | 0.24 |
| Hex | 6B | 5C | D | 0 | E | 58 | 3A | 32 | 4E | 18 |
| Octal | 153 | 134 | 15 | 0 | 16 | 130 | 72 | 62 | 116 | 30 |
| Binary | 1101011 | 1011100 | 1101 | 0 | 1110 | 1011000 | 111010 | 110010 | 1001110 | 11000 |
Color Harmonies of #6B5C0D
Complementary color
Monochromatic Colors of #6B5C0D
Black with #6B5C0D
Text Example
Text Example
White with #6B5C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C0D; }
p { color: rgb(107,92,13); }
H1.HeaderClassName
{
color: #6B5C0D;
}
.AnyTagClassName
{
color: #6B5C0D;
}
</style>
background-color css
<style>
a { background-color: #6B5C0D; }
a { background-color: rgb(107,92,13); }
div.DivClassName
{
background-color: #6B5C0D;
}
.BgClassName
{
background-color: #6B5C0D;
}
</style>
border-color css
<style>
span { border-color: #6B5C0D; }
span { border-color: rgb(107,92,13); }
td.TdClassName
{
border-color: #6B5C0D;
}
.TagClassName
{
border-color: #6B5C0D;
}
</style>