Shades of Raw Umber #6B3B00
Tints of Raw Umber #6B3B00
RGB
CMYK
RGB Variations
Color information
#6B3B00 (or 0x6B3B00) is known color: Raw Umber. HEX triplet: 6B, 3B and 00. RGB value is (107,59,0). Sum of RGB (Red+Green+Blue) = 107+59+0=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3B00 is #94C4FF. Grayscale: #424242. Windows color (decimal): -9749760 or 15211. OLE color: 15211.
HSL color Cylindrical-coordinate representation of color #6B3B00: hue angle of 33.08º 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 #6B3B00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 59 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.58 |
| HSL | 33.08º | 1% | 0.21% | - |
| HSV(B) | 33.08º | 1% | 0.42% | - |
| XYZ | 7.63 | 6.25 | 0.81 | - |
| YUV | 66.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 59 | 0 | 0 | 0.45 | 1 | 0.58 | 33.08 | 1 | 0.21 |
| Hex | 6B | 3B | 0 | 0 | 2D | 64 | 3A | 21 | 64 | 15 |
| Octal | 153 | 73 | 0 | 0 | 55 | 144 | 72 | 41 | 144 | 25 |
| Binary | 1101011 | 111011 | 0 | 0 | 101101 | 1100100 | 111010 | 100001 | 1100100 | 10101 |
Color Harmonies of #6B3B00
Complementary color
Monochromatic Colors of #6B3B00
Black with #6B3B00
Text Example
Text Example
White with #6B3B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3B00; }
p { color: rgb(107,59,0); }
H1.HeaderClassName
{
color: #6B3B00;
}
.AnyTagClassName
{
color: #6B3B00;
}
</style>
background-color css
<style>
a { background-color: #6B3B00; }
a { background-color: rgb(107,59,0); }
div.DivClassName
{
background-color: #6B3B00;
}
.BgClassName
{
background-color: #6B3B00;
}
</style>
border-color css
<style>
span { border-color: #6B3B00; }
span { border-color: rgb(107,59,0); }
td.TdClassName
{
border-color: #6B3B00;
}
.TagClassName
{
border-color: #6B3B00;
}
</style>