Shades of Raw Umber #6B5C0B
Tints of Raw Umber #6B5C0B
RGB
CMYK
RGB Variations
Color information
#6B5C0B (or 0x6B5C0B) is known color: Raw Umber. HEX triplet: 6B, 5C and 0B. RGB value is (107,92,11). Sum of RGB (Red+Green+Blue) = 107+92+11=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5C0B is #94A3F4. Grayscale: #575757. Windows color (decimal): -9741301 or 744555. OLE color: 744555.
HSL color Cylindrical-coordinate representation of color #6B5C0B: hue angle of 50.62º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B5C0B is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 11 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.58 |
| HSL | 50.63º | 0.81% | 0.23% | - |
| HSV(B) | 50.63º | 0.9% | 0.42% | - |
| XYZ | 9.95 | 10.8 | 1.88 | - |
| YUV | 87.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 11 | 0 | 0.14 | 0.90 | 0.58 | 50.63 | 0.81 | 0.23 |
| Hex | 6B | 5C | B | 0 | E | 5A | 3A | 33 | 51 | 17 |
| Octal | 153 | 134 | 13 | 0 | 16 | 132 | 72 | 63 | 121 | 27 |
| Binary | 1101011 | 1011100 | 1011 | 0 | 1110 | 1011010 | 111010 | 110011 | 1010001 | 10111 |
Color Harmonies of #6B5C0B
Complementary color
Monochromatic Colors of #6B5C0B
Black with #6B5C0B
Text Example
Text Example
White with #6B5C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C0B; }
p { color: rgb(107,92,11); }
H1.HeaderClassName
{
color: #6B5C0B;
}
.AnyTagClassName
{
color: #6B5C0B;
}
</style>
background-color css
<style>
a { background-color: #6B5C0B; }
a { background-color: rgb(107,92,11); }
div.DivClassName
{
background-color: #6B5C0B;
}
.BgClassName
{
background-color: #6B5C0B;
}
</style>
border-color css
<style>
span { border-color: #6B5C0B; }
span { border-color: rgb(107,92,11); }
td.TdClassName
{
border-color: #6B5C0B;
}
.TagClassName
{
border-color: #6B5C0B;
}
</style>