Shades of Raw Umber #6B4A02
Tints of Raw Umber #6B4A02
RGB
CMYK
RGB Variations
Color information
#6B4A02 (or 0x6B4A02) is known color: Raw Umber. HEX triplet: 6B, 4A and 02. RGB value is (107,74,2). Sum of RGB (Red+Green+Blue) = 107+74+2=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4A02 is #94B5FD. Grayscale: #4B4B4B. Windows color (decimal): -9745918 or 150123. OLE color: 150123.
HSL color Cylindrical-coordinate representation of color #6B4A02: hue angle of 41.14º 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 #6B4A02 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 74 | 2 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.58 |
| HSL | 41.14º | 0.96% | 0.21% | - |
| HSV(B) | 41.14º | 0.98% | 0.42% | - |
| XYZ | 8.52 | 8.03 | 1.16 | - |
| YUV | 75.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 74 | 2 | 0 | 0.31 | 0.98 | 0.58 | 41.14 | 0.96 | 0.21 |
| Hex | 6B | 4A | 2 | 0 | 1F | 62 | 3A | 29 | 60 | 15 |
| Octal | 153 | 112 | 2 | 0 | 37 | 142 | 72 | 51 | 140 | 25 |
| Binary | 1101011 | 1001010 | 10 | 0 | 11111 | 1100010 | 111010 | 101001 | 1100000 | 10101 |
Color Harmonies of #6B4A02
Complementary color
Monochromatic Colors of #6B4A02
Black with #6B4A02
Text Example
Text Example
White with #6B4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4A02; }
p { color: rgb(107,74,2); }
H1.HeaderClassName
{
color: #6B4A02;
}
.AnyTagClassName
{
color: #6B4A02;
}
</style>
background-color css
<style>
a { background-color: #6B4A02; }
a { background-color: rgb(107,74,2); }
div.DivClassName
{
background-color: #6B4A02;
}
.BgClassName
{
background-color: #6B4A02;
}
</style>
border-color css
<style>
span { border-color: #6B4A02; }
span { border-color: rgb(107,74,2); }
td.TdClassName
{
border-color: #6B4A02;
}
.TagClassName
{
border-color: #6B4A02;
}
</style>