Shades of Raw Umber #6A5602
Tints of Raw Umber #6A5602
RGB
CMYK
RGB Variations
Color information
#6A5602 (or 0x6A5602) is known color: Raw Umber. HEX triplet: 6A, 56 and 02. RGB value is (106,86,2). Sum of RGB (Red+Green+Blue) = 106+86+2=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5602 is #95A9FD. Grayscale: #525252. Windows color (decimal): -9808382 or 153194. OLE color: 153194.
HSL color Cylindrical-coordinate representation of color #6A5602: hue angle of 48.46º 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 #6A5602 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 86 | 2 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.58 |
| HSL | 48.46º | 0.96% | 0.21% | - |
| HSV(B) | 48.46º | 0.98% | 0.42% | - |
| XYZ | 9.28 | 9.72 | 1.45 | - |
| YUV | 82.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 86 | 2 | 0 | 0.19 | 0.98 | 0.58 | 48.46 | 0.96 | 0.21 |
| Hex | 6A | 56 | 2 | 0 | 13 | 62 | 3A | 30 | 60 | 15 |
| Octal | 152 | 126 | 2 | 0 | 23 | 142 | 72 | 60 | 140 | 25 |
| Binary | 1101010 | 1010110 | 10 | 0 | 10011 | 1100010 | 111010 | 110000 | 1100000 | 10101 |
Color Harmonies of #6A5602
Complementary color
Monochromatic Colors of #6A5602
Black with #6A5602
Text Example
Text Example
White with #6A5602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5602; }
p { color: rgb(106,86,2); }
H1.HeaderClassName
{
color: #6A5602;
}
.AnyTagClassName
{
color: #6A5602;
}
</style>
background-color css
<style>
a { background-color: #6A5602; }
a { background-color: rgb(106,86,2); }
div.DivClassName
{
background-color: #6A5602;
}
.BgClassName
{
background-color: #6A5602;
}
</style>
border-color css
<style>
span { border-color: #6A5602; }
span { border-color: rgb(106,86,2); }
td.TdClassName
{
border-color: #6A5602;
}
.TagClassName
{
border-color: #6A5602;
}
</style>