Shades of Raw Umber #6A5C02
Tints of Raw Umber #6A5C02
RGB
CMYK
RGB Variations
Color information
#6A5C02 (or 0x6A5C02) is known color: Raw Umber. HEX triplet: 6A, 5C and 02. RGB value is (106,92,2). Sum of RGB (Red+Green+Blue) = 106+92+2=200 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5C02 is #95A3FD. Grayscale: #565656. Windows color (decimal): -9806846 or 154730. OLE color: 154730.
HSL color Cylindrical-coordinate representation of color #6A5C02: hue angle of 51.92º 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 #6A5C02 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 92 | 2 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.58 |
| HSL | 51.92º | 0.96% | 0.21% | - |
| HSV(B) | 51.92º | 0.98% | 0.42% | - |
| XYZ | 9.78 | 10.72 | 1.61 | - |
| YUV | 85.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 92 | 2 | 0 | 0.13 | 0.98 | 0.58 | 51.92 | 0.96 | 0.21 |
| Hex | 6A | 5C | 2 | 0 | D | 62 | 3A | 34 | 60 | 15 |
| Octal | 152 | 134 | 2 | 0 | 15 | 142 | 72 | 64 | 140 | 25 |
| Binary | 1101010 | 1011100 | 10 | 0 | 1101 | 1100010 | 111010 | 110100 | 1100000 | 10101 |
Color Harmonies of #6A5C02
Complementary color
Monochromatic Colors of #6A5C02
Black with #6A5C02
Text Example
Text Example
White with #6A5C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5C02; }
p { color: rgb(106,92,2); }
H1.HeaderClassName
{
color: #6A5C02;
}
.AnyTagClassName
{
color: #6A5C02;
}
</style>
background-color css
<style>
a { background-color: #6A5C02; }
a { background-color: rgb(106,92,2); }
div.DivClassName
{
background-color: #6A5C02;
}
.BgClassName
{
background-color: #6A5C02;
}
</style>
border-color css
<style>
span { border-color: #6A5C02; }
span { border-color: rgb(106,92,2); }
td.TdClassName
{
border-color: #6A5C02;
}
.TagClassName
{
border-color: #6A5C02;
}
</style>