Shades of Raw Umber #6B3C06
Tints of Raw Umber #6B3C06
RGB
CMYK
RGB Variations
Color information
#6B3C06 (or 0x6B3C06) is known color: Raw Umber. HEX triplet: 6B, 3C and 06. RGB value is (107,60,6). Sum of RGB (Red+Green+Blue) = 107+60+6=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3C06 is #94C3F9. Grayscale: #444444. Windows color (decimal): -9749498 or 408683. OLE color: 408683.
HSL color Cylindrical-coordinate representation of color #6B3C06: hue angle of 32.08º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B3C06 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 60 | 6 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.58 |
| HSL | 32.08º | 0.89% | 0.22% | - |
| HSV(B) | 32.08º | 0.94% | 0.42% | - |
| XYZ | 7.71 | 6.37 | 1 | - |
| YUV | 67.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 60 | 6 | 0 | 0.44 | 0.94 | 0.58 | 32.08 | 0.89 | 0.22 |
| Hex | 6B | 3C | 6 | 0 | 2C | 5E | 3A | 20 | 59 | 16 |
| Octal | 153 | 74 | 6 | 0 | 54 | 136 | 72 | 40 | 131 | 26 |
| Binary | 1101011 | 111100 | 110 | 0 | 101100 | 1011110 | 111010 | 100000 | 1011001 | 10110 |
Color Harmonies of #6B3C06
Complementary color
Monochromatic Colors of #6B3C06
Black with #6B3C06
Text Example
Text Example
White with #6B3C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3C06; }
p { color: rgb(107,60,6); }
H1.HeaderClassName
{
color: #6B3C06;
}
.AnyTagClassName
{
color: #6B3C06;
}
</style>
background-color css
<style>
a { background-color: #6B3C06; }
a { background-color: rgb(107,60,6); }
div.DivClassName
{
background-color: #6B3C06;
}
.BgClassName
{
background-color: #6B3C06;
}
</style>
border-color css
<style>
span { border-color: #6B3C06; }
span { border-color: rgb(107,60,6); }
td.TdClassName
{
border-color: #6B3C06;
}
.TagClassName
{
border-color: #6B3C06;
}
</style>