Shades of Pueblo #6D291E
Tints of Pueblo #6D291E
RGB
CMYK
RGB Variations
Color information
#6D291E (or 0x6D291E) is known color: Pueblo. HEX triplet: 6D, 29 and 1E. RGB value is (109,41,30). Sum of RGB (Red+Green+Blue) = 109+41+30=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D291E is #92D6E1. Grayscale: #3C3C3C. Windows color (decimal): -9623266 or 1976685. OLE color: 1976685.
HSL color Cylindrical-coordinate representation of color #6D291E: hue angle of 8.35º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D291E is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 41 | 30 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.57 |
| HSL | 8.35º | 0.57% | 0.27% | - |
| HSV(B) | 8.35º | 0.72% | 0.43% | - |
| XYZ | 7.33 | 4.93 | 1.79 | - |
| YUV | 60.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 30 | 0 | 0.62 | 0.72 | 0.57 | 8.35 | 0.57 | 0.27 |
| Hex | 6D | 29 | 1E | 0 | 3E | 48 | 39 | 8 | 39 | 1B |
| Octal | 155 | 51 | 36 | 0 | 76 | 110 | 71 | 10 | 71 | 33 |
| Binary | 1101101 | 101001 | 11110 | 0 | 111110 | 1001000 | 111001 | 1000 | 111001 | 11011 |
Color Harmonies of #6D291E
Complementary color
Monochromatic Colors of #6D291E
Black with #6D291E
Text Example
Text Example
White with #6D291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D291E; }
p { color: rgb(109,41,30); }
H1.HeaderClassName
{
color: #6D291E;
}
.AnyTagClassName
{
color: #6D291E;
}
</style>
background-color css
<style>
a { background-color: #6D291E; }
a { background-color: rgb(109,41,30); }
div.DivClassName
{
background-color: #6D291E;
}
.BgClassName
{
background-color: #6D291E;
}
</style>
border-color css
<style>
span { border-color: #6D291E; }
span { border-color: rgb(109,41,30); }
td.TdClassName
{
border-color: #6D291E;
}
.TagClassName
{
border-color: #6D291E;
}
</style>