Shades of Raw Umber #6B420A
Tints of Raw Umber #6B420A
RGB
CMYK
RGB Variations
Color information
#6B420A (or 0x6B420A) is known color: Raw Umber. HEX triplet: 6B, 42 and 0A. RGB value is (107,66,10). Sum of RGB (Red+Green+Blue) = 107+66+10=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B420A is #94BDF5. Grayscale: #484848. Windows color (decimal): -9747958 or 672363. OLE color: 672363.
HSL color Cylindrical-coordinate representation of color #6B420A: hue angle of 34.64º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B420A is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 66 | 10 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.58 |
| HSL | 34.64º | 0.83% | 0.23% | - |
| HSV(B) | 34.64º | 0.91% | 0.42% | - |
| XYZ | 8.07 | 7.04 | 1.22 | - |
| YUV | 71.88 | 93.08 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 10 | 0 | 0.38 | 0.91 | 0.58 | 34.64 | 0.83 | 0.23 |
| Hex | 6B | 42 | A | 0 | 26 | 5B | 3A | 23 | 53 | 17 |
| Octal | 153 | 102 | 12 | 0 | 46 | 133 | 72 | 43 | 123 | 27 |
| Binary | 1101011 | 1000010 | 1010 | 0 | 100110 | 1011011 | 111010 | 100011 | 1010011 | 10111 |
Color Harmonies of #6B420A
Complementary color
Monochromatic Colors of #6B420A
Black with #6B420A
Text Example
Text Example
White with #6B420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B420A; }
p { color: rgb(107,66,10); }
H1.HeaderClassName
{
color: #6B420A;
}
.AnyTagClassName
{
color: #6B420A;
}
</style>
background-color css
<style>
a { background-color: #6B420A; }
a { background-color: rgb(107,66,10); }
div.DivClassName
{
background-color: #6B420A;
}
.BgClassName
{
background-color: #6B420A;
}
</style>
border-color css
<style>
span { border-color: #6B420A; }
span { border-color: rgb(107,66,10); }
td.TdClassName
{
border-color: #6B420A;
}
.TagClassName
{
border-color: #6B420A;
}
</style>