Shades of Raw Umber #6E4302
Tints of Raw Umber #6E4302
RGB
CMYK
RGB Variations
Color information
#6E4302 (or 0x6E4302) is known color: Raw Umber. HEX triplet: 6E, 43 and 02. RGB value is (110,67,2). Sum of RGB (Red+Green+Blue) = 110+67+2=179 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.45% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4302 is #91BCFD. Grayscale: #484848. Windows color (decimal): -9551102 or 148334. OLE color: 148334.
HSL color Cylindrical-coordinate representation of color #6E4302: hue angle of 36.11º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E4302 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 67 | 2 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.57 |
| HSL | 36.11º | 0.96% | 0.22% | - |
| HSV(B) | 36.11º | 0.98% | 0.43% | - |
| XYZ | 8.45 | 7.33 | 1.03 | - |
| YUV | 72.45 | 88.25 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 2 | 0 | 0.39 | 0.98 | 0.57 | 36.11 | 0.96 | 0.22 |
| Hex | 6E | 43 | 2 | 0 | 27 | 62 | 39 | 24 | 60 | 16 |
| Octal | 156 | 103 | 2 | 0 | 47 | 142 | 71 | 44 | 140 | 26 |
| Binary | 1101110 | 1000011 | 10 | 0 | 100111 | 1100010 | 111001 | 100100 | 1100000 | 10110 |
Color Harmonies of #6E4302
Complementary color
Monochromatic Colors of #6E4302
Black with #6E4302
Text Example
Text Example
White with #6E4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4302; }
p { color: rgb(110,67,2); }
H1.HeaderClassName
{
color: #6E4302;
}
.AnyTagClassName
{
color: #6E4302;
}
</style>
background-color css
<style>
a { background-color: #6E4302; }
a { background-color: rgb(110,67,2); }
div.DivClassName
{
background-color: #6E4302;
}
.BgClassName
{
background-color: #6E4302;
}
</style>
border-color css
<style>
span { border-color: #6E4302; }
span { border-color: rgb(110,67,2); }
td.TdClassName
{
border-color: #6E4302;
}
.TagClassName
{
border-color: #6E4302;
}
</style>