Shades of Raw Umber #6D580C
Tints of Raw Umber #6D580C
RGB
CMYK
RGB Variations
Color information
#6D580C (or 0x6D580C) is known color: Raw Umber. HEX triplet: 6D, 58 and 0C. RGB value is (109,88,12). Sum of RGB (Red+Green+Blue) = 109+88+12=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D580C is #92A7F3. Grayscale: #555555. Windows color (decimal): -9611252 or 809069. OLE color: 809069.
HSL color Cylindrical-coordinate representation of color #6D580C: hue angle of 47.01º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D580C is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 88 | 12 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.57 |
| HSL | 47.01º | 0.8% | 0.24% | - |
| HSV(B) | 47.01º | 0.89% | 0.43% | - |
| XYZ | 9.86 | 10.26 | 1.81 | - |
| YUV | 85.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 88 | 12 | 0 | 0.19 | 0.89 | 0.57 | 47.01 | 0.8 | 0.24 |
| Hex | 6D | 58 | C | 0 | 13 | 59 | 39 | 2F | 50 | 18 |
| Octal | 155 | 130 | 14 | 0 | 23 | 131 | 71 | 57 | 120 | 30 |
| Binary | 1101101 | 1011000 | 1100 | 0 | 10011 | 1011001 | 111001 | 101111 | 1010000 | 11000 |
Color Harmonies of #6D580C
Complementary color
Monochromatic Colors of #6D580C
Black with #6D580C
Text Example
Text Example
White with #6D580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D580C; }
p { color: rgb(109,88,12); }
H1.HeaderClassName
{
color: #6D580C;
}
.AnyTagClassName
{
color: #6D580C;
}
</style>
background-color css
<style>
a { background-color: #6D580C; }
a { background-color: rgb(109,88,12); }
div.DivClassName
{
background-color: #6D580C;
}
.BgClassName
{
background-color: #6D580C;
}
</style>
border-color css
<style>
span { border-color: #6D580C; }
span { border-color: rgb(109,88,12); }
td.TdClassName
{
border-color: #6D580C;
}
.TagClassName
{
border-color: #6D580C;
}
</style>