Shades of Raw Umber #6B5D0B
Tints of Raw Umber #6B5D0B
RGB
CMYK
RGB Variations
Color information
#6B5D0B (or 0x6B5D0B) is known color: Raw Umber. HEX triplet: 6B, 5D and 0B. RGB value is (107,93,11). Sum of RGB (Red+Green+Blue) = 107+93+11=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5D0B is #94A2F4. Grayscale: #585858. Windows color (decimal): -9741045 or 744811. OLE color: 744811.
HSL color Cylindrical-coordinate representation of color #6B5D0B: hue angle of 51.25º 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 #6B5D0B is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 93 | 11 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.58 |
| HSL | 51.25º | 0.81% | 0.23% | - |
| HSV(B) | 51.25º | 0.9% | 0.42% | - |
| XYZ | 10.04 | 10.98 | 1.91 | - |
| YUV | 87.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 11 | 0 | 0.13 | 0.90 | 0.58 | 51.25 | 0.81 | 0.23 |
| Hex | 6B | 5D | B | 0 | D | 5A | 3A | 33 | 51 | 17 |
| Octal | 153 | 135 | 13 | 0 | 15 | 132 | 72 | 63 | 121 | 27 |
| Binary | 1101011 | 1011101 | 1011 | 0 | 1101 | 1011010 | 111010 | 110011 | 1010001 | 10111 |
Color Harmonies of #6B5D0B
Complementary color
Monochromatic Colors of #6B5D0B
Black with #6B5D0B
Text Example
Text Example
White with #6B5D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D0B; }
p { color: rgb(107,93,11); }
H1.HeaderClassName
{
color: #6B5D0B;
}
.AnyTagClassName
{
color: #6B5D0B;
}
</style>
background-color css
<style>
a { background-color: #6B5D0B; }
a { background-color: rgb(107,93,11); }
div.DivClassName
{
background-color: #6B5D0B;
}
.BgClassName
{
background-color: #6B5D0B;
}
</style>
border-color css
<style>
span { border-color: #6B5D0B; }
span { border-color: rgb(107,93,11); }
td.TdClassName
{
border-color: #6B5D0B;
}
.TagClassName
{
border-color: #6B5D0B;
}
</style>