Shades of Raw Umber #6D4302
Tints of Raw Umber #6D4302
RGB
CMYK
RGB Variations
Color information
#6D4302 (or 0x6D4302) is known color: Raw Umber. HEX triplet: 6D, 43 and 02. RGB value is (109,67,2). Sum of RGB (Red+Green+Blue) = 109+67+2=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4302 is #92BCFD. Grayscale: #484848. Windows color (decimal): -9616638 or 148333. OLE color: 148333.
HSL color Cylindrical-coordinate representation of color #6D4302: hue angle of 36.45º 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 #6D4302 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 67 | 2 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.57 |
| HSL | 36.45º | 0.96% | 0.22% | - |
| HSV(B) | 36.45º | 0.98% | 0.43% | - |
| XYZ | 8.32 | 7.27 | 1.02 | - |
| YUV | 72.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 2 | 0 | 0.39 | 0.98 | 0.57 | 36.45 | 0.96 | 0.22 |
| Hex | 6D | 43 | 2 | 0 | 27 | 62 | 39 | 24 | 60 | 16 |
| Octal | 155 | 103 | 2 | 0 | 47 | 142 | 71 | 44 | 140 | 26 |
| Binary | 1101101 | 1000011 | 10 | 0 | 100111 | 1100010 | 111001 | 100100 | 1100000 | 10110 |
Color Harmonies of #6D4302
Complementary color
Monochromatic Colors of #6D4302
Black with #6D4302
Text Example
Text Example
White with #6D4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4302; }
p { color: rgb(109,67,2); }
H1.HeaderClassName
{
color: #6D4302;
}
.AnyTagClassName
{
color: #6D4302;
}
</style>
background-color css
<style>
a { background-color: #6D4302; }
a { background-color: rgb(109,67,2); }
div.DivClassName
{
background-color: #6D4302;
}
.BgClassName
{
background-color: #6D4302;
}
</style>
border-color css
<style>
span { border-color: #6D4302; }
span { border-color: rgb(109,67,2); }
td.TdClassName
{
border-color: #6D4302;
}
.TagClassName
{
border-color: #6D4302;
}
</style>