Shades of Raw Umber #6B4C1A
Tints of Raw Umber #6B4C1A
RGB
CMYK
RGB Variations
Color information
#6B4C1A (or 0x6B4C1A) is known color: Raw Umber. HEX triplet: 6B, 4C and 1A. RGB value is (107,76,26). Sum of RGB (Red+Green+Blue) = 107+76+26=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4C1A is #94B3E5. Grayscale: #4F4F4F. Windows color (decimal): -9745382 or 1723499. OLE color: 1723499.
HSL color Cylindrical-coordinate representation of color #6B4C1A: hue angle of 37.04º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B4C1A is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 76 | 26 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.58 |
| HSL | 37.04º | 0.61% | 0.26% | - |
| HSV(B) | 37.04º | 0.76% | 0.42% | - |
| XYZ | 8.83 | 8.37 | 2.13 | - |
| YUV | 79.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 26 | 0 | 0.29 | 0.76 | 0.58 | 37.04 | 0.61 | 0.26 |
| Hex | 6B | 4C | 1A | 0 | 1D | 4C | 3A | 25 | 3D | 1A |
| Octal | 153 | 114 | 32 | 0 | 35 | 114 | 72 | 45 | 75 | 32 |
| Binary | 1101011 | 1001100 | 11010 | 0 | 11101 | 1001100 | 111010 | 100101 | 111101 | 11010 |
Color Harmonies of #6B4C1A
Complementary color
Monochromatic Colors of #6B4C1A
Black with #6B4C1A
Text Example
Text Example
White with #6B4C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4C1A; }
p { color: rgb(107,76,26); }
H1.HeaderClassName
{
color: #6B4C1A;
}
.AnyTagClassName
{
color: #6B4C1A;
}
</style>
background-color css
<style>
a { background-color: #6B4C1A; }
a { background-color: rgb(107,76,26); }
div.DivClassName
{
background-color: #6B4C1A;
}
.BgClassName
{
background-color: #6B4C1A;
}
</style>
border-color css
<style>
span { border-color: #6B4C1A; }
span { border-color: rgb(107,76,26); }
td.TdClassName
{
border-color: #6B4C1A;
}
.TagClassName
{
border-color: #6B4C1A;
}
</style>