Shades of Raw Umber #6B4E02
Tints of Raw Umber #6B4E02
RGB
CMYK
RGB Variations
Color information
#6B4E02 (or 0x6B4E02) is known color: Raw Umber. HEX triplet: 6B, 4E and 02. RGB value is (107,78,2). Sum of RGB (Red+Green+Blue) = 107+78+2=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B4E02 is #94B1FD. Grayscale: #4E4E4E. Windows color (decimal): -9744894 or 151147. OLE color: 151147.
HSL color Cylindrical-coordinate representation of color #6B4E02: hue angle of 43.43º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B4E02 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 78 | 2 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.58 |
| HSL | 43.43º | 0.96% | 0.21% | - |
| HSV(B) | 43.43º | 0.98% | 0.42% | - |
| XYZ | 8.8 | 8.58 | 1.25 | - |
| YUV | 78.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 2 | 0 | 0.27 | 0.98 | 0.58 | 43.43 | 0.96 | 0.21 |
| Hex | 6B | 4E | 2 | 0 | 1B | 62 | 3A | 2B | 60 | 15 |
| Octal | 153 | 116 | 2 | 0 | 33 | 142 | 72 | 53 | 140 | 25 |
| Binary | 1101011 | 1001110 | 10 | 0 | 11011 | 1100010 | 111010 | 101011 | 1100000 | 10101 |
Color Harmonies of #6B4E02
Complementary color
Monochromatic Colors of #6B4E02
Black with #6B4E02
Text Example
Text Example
White with #6B4E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E02; }
p { color: rgb(107,78,2); }
H1.HeaderClassName
{
color: #6B4E02;
}
.AnyTagClassName
{
color: #6B4E02;
}
</style>
background-color css
<style>
a { background-color: #6B4E02; }
a { background-color: rgb(107,78,2); }
div.DivClassName
{
background-color: #6B4E02;
}
.BgClassName
{
background-color: #6B4E02;
}
</style>
border-color css
<style>
span { border-color: #6B4E02; }
span { border-color: rgb(107,78,2); }
td.TdClassName
{
border-color: #6B4E02;
}
.TagClassName
{
border-color: #6B4E02;
}
</style>