Shades of Raw Umber #6B3900
Tints of Raw Umber #6B3900
RGB
CMYK
RGB Variations
Color information
#6B3900 (or 0x6B3900) is known color: Raw Umber. HEX triplet: 6B, 39 and 00. RGB value is (107,57,0). Sum of RGB (Red+Green+Blue) = 107+57+0=164 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.24% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3900 is #94C6FF. Grayscale: #414141. Windows color (decimal): -9750272 or 14699. OLE color: 14699.
HSL color Cylindrical-coordinate representation of color #6B3900: hue angle of 31.96º 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 #6B3900 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 57 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.58 |
| HSL | 31.96º | 1% | 0.21% | - |
| HSV(B) | 31.96º | 1% | 0.42% | - |
| XYZ | 7.53 | 6.05 | 0.77 | - |
| YUV | 65.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 57 | 0 | 0 | 0.47 | 1 | 0.58 | 31.96 | 1 | 0.21 |
| Hex | 6B | 39 | 0 | 0 | 2F | 64 | 3A | 20 | 64 | 15 |
| Octal | 153 | 71 | 0 | 0 | 57 | 144 | 72 | 40 | 144 | 25 |
| Binary | 1101011 | 111001 | 0 | 0 | 101111 | 1100100 | 111010 | 100000 | 1100100 | 10101 |
Color Harmonies of #6B3900
Complementary color
Monochromatic Colors of #6B3900
Black with #6B3900
Text Example
Text Example
White with #6B3900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3900; }
p { color: rgb(107,57,0); }
H1.HeaderClassName
{
color: #6B3900;
}
.AnyTagClassName
{
color: #6B3900;
}
</style>
background-color css
<style>
a { background-color: #6B3900; }
a { background-color: rgb(107,57,0); }
div.DivClassName
{
background-color: #6B3900;
}
.BgClassName
{
background-color: #6B3900;
}
</style>
border-color css
<style>
span { border-color: #6B3900; }
span { border-color: rgb(107,57,0); }
td.TdClassName
{
border-color: #6B3900;
}
.TagClassName
{
border-color: #6B3900;
}
</style>