Shades of Raw Umber #6B5618
Tints of Raw Umber #6B5618
RGB
CMYK
RGB Variations
Color information
#6B5618 (or 0x6B5618) is known color: Raw Umber. HEX triplet: 6B, 56 and 18. RGB value is (107,86,24). Sum of RGB (Red+Green+Blue) = 107+86+24=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5618 is #94A9E7. Grayscale: #555555. Windows color (decimal): -9742824 or 1594987. OLE color: 1594987.
HSL color Cylindrical-coordinate representation of color #6B5618: hue angle of 44.82º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B5618 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 24 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.58 |
| HSL | 44.82º | 0.63% | 0.26% | - |
| HSV(B) | 44.82º | 0.78% | 0.42% | - |
| XYZ | 9.56 | 9.85 | 2.26 | - |
| YUV | 85.21 | 93.46 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 24 | 0 | 0.20 | 0.78 | 0.58 | 44.82 | 0.63 | 0.26 |
| Hex | 6B | 56 | 18 | 0 | 14 | 4E | 3A | 2D | 3F | 1A |
| Octal | 153 | 126 | 30 | 0 | 24 | 116 | 72 | 55 | 77 | 32 |
| Binary | 1101011 | 1010110 | 11000 | 0 | 10100 | 1001110 | 111010 | 101101 | 111111 | 11010 |
Color Harmonies of #6B5618
Complementary color
Monochromatic Colors of #6B5618
Black with #6B5618
Text Example
Text Example
White with #6B5618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5618; }
p { color: rgb(107,86,24); }
H1.HeaderClassName
{
color: #6B5618;
}
.AnyTagClassName
{
color: #6B5618;
}
</style>
background-color css
<style>
a { background-color: #6B5618; }
a { background-color: rgb(107,86,24); }
div.DivClassName
{
background-color: #6B5618;
}
.BgClassName
{
background-color: #6B5618;
}
</style>
border-color css
<style>
span { border-color: #6B5618; }
span { border-color: rgb(107,86,24); }
td.TdClassName
{
border-color: #6B5618;
}
.TagClassName
{
border-color: #6B5618;
}
</style>