Shades of Raw Umber #6B440B
Tints of Raw Umber #6B440B
RGB
CMYK
RGB Variations
Color information
#6B440B (or 0x6B440B) is known color: Raw Umber. HEX triplet: 6B, 44 and 0B. RGB value is (107,68,11). Sum of RGB (Red+Green+Blue) = 107+68+11=186 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.53% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 107 - color contains mainly: red. Hex color #6B440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B440B is #94BBF4. Grayscale: #494949. Windows color (decimal): -9747445 or 738411. OLE color: 738411.
HSL color Cylindrical-coordinate representation of color #6B440B: hue angle of 35.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 #6B440B is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 68 | 11 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.58 |
| HSL | 35.63º | 0.81% | 0.23% | - |
| HSV(B) | 35.63º | 0.9% | 0.42% | - |
| XYZ | 8.19 | 7.28 | 1.29 | - |
| YUV | 73.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 11 | 0 | 0.36 | 0.90 | 0.58 | 35.63 | 0.81 | 0.23 |
| Hex | 6B | 44 | B | 0 | 24 | 5A | 3A | 24 | 51 | 17 |
| Octal | 153 | 104 | 13 | 0 | 44 | 132 | 72 | 44 | 121 | 27 |
| Binary | 1101011 | 1000100 | 1011 | 0 | 100100 | 1011010 | 111010 | 100100 | 1010001 | 10111 |
Color Harmonies of #6B440B
Complementary color
Monochromatic Colors of #6B440B
Black with #6B440B
Text Example
Text Example
White with #6B440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B440B; }
p { color: rgb(107,68,11); }
H1.HeaderClassName
{
color: #6B440B;
}
.AnyTagClassName
{
color: #6B440B;
}
</style>
background-color css
<style>
a { background-color: #6B440B; }
a { background-color: rgb(107,68,11); }
div.DivClassName
{
background-color: #6B440B;
}
.BgClassName
{
background-color: #6B440B;
}
</style>
border-color css
<style>
span { border-color: #6B440B; }
span { border-color: rgb(107,68,11); }
td.TdClassName
{
border-color: #6B440B;
}
.TagClassName
{
border-color: #6B440B;
}
</style>