Shades of Raw Umber #6D430D
Tints of Raw Umber #6D430D
RGB
CMYK
RGB Variations
Color information
#6D430D (or 0x6D430D) is known color: Raw Umber. HEX triplet: 6D, 43 and 0D. RGB value is (109,67,13). Sum of RGB (Red+Green+Blue) = 109+67+13=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D430D is #92BCF2. Grayscale: #494949. Windows color (decimal): -9616627 or 869229. OLE color: 869229.
HSL color Cylindrical-coordinate representation of color #6D430D: hue angle of 33.75º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D430D is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 67 | 13 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.57 |
| HSL | 33.75º | 0.79% | 0.24% | - |
| HSV(B) | 33.75º | 0.88% | 0.43% | - |
| XYZ | 8.39 | 7.29 | 1.35 | - |
| YUV | 73.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 13 | 0 | 0.39 | 0.88 | 0.57 | 33.75 | 0.79 | 0.24 |
| Hex | 6D | 43 | D | 0 | 27 | 58 | 39 | 22 | 4F | 18 |
| Octal | 155 | 103 | 15 | 0 | 47 | 130 | 71 | 42 | 117 | 30 |
| Binary | 1101101 | 1000011 | 1101 | 0 | 100111 | 1011000 | 111001 | 100010 | 1001111 | 11000 |
Color Harmonies of #6D430D
Complementary color
Monochromatic Colors of #6D430D
Black with #6D430D
Text Example
Text Example
White with #6D430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D430D; }
p { color: rgb(109,67,13); }
H1.HeaderClassName
{
color: #6D430D;
}
.AnyTagClassName
{
color: #6D430D;
}
</style>
background-color css
<style>
a { background-color: #6D430D; }
a { background-color: rgb(109,67,13); }
div.DivClassName
{
background-color: #6D430D;
}
.BgClassName
{
background-color: #6D430D;
}
</style>
border-color css
<style>
span { border-color: #6D430D; }
span { border-color: rgb(109,67,13); }
td.TdClassName
{
border-color: #6D430D;
}
.TagClassName
{
border-color: #6D430D;
}
</style>