Shades of Pueblo #6D2811
Tints of Pueblo #6D2811
RGB
CMYK
RGB Variations
Color information
#6D2811 (or 0x6D2811) is known color: Pueblo. HEX triplet: 6D, 28 and 11. RGB value is (109,40,17). Sum of RGB (Red+Green+Blue) = 109+40+17=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2811 is #92D7EE. Grayscale: #3A3A3A. Windows color (decimal): -9623535 or 1124461. OLE color: 1124461.
HSL color Cylindrical-coordinate representation of color #6D2811: hue angle of 15º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D2811 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 17 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.57 |
| HSL | 15º | 0.73% | 0.25% | - |
| HSV(B) | 15º | 0.84% | 0.43% | - |
| XYZ | 7.17 | 4.81 | 1.08 | - |
| YUV | 58.01 | 104.86 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 17 | 0 | 0.63 | 0.84 | 0.57 | 15 | 0.73 | 0.25 |
| Hex | 6D | 28 | 11 | 0 | 3F | 54 | 39 | F | 49 | 19 |
| Octal | 155 | 50 | 21 | 0 | 77 | 124 | 71 | 17 | 111 | 31 |
| Binary | 1101101 | 101000 | 10001 | 0 | 111111 | 1010100 | 111001 | 1111 | 1001001 | 11001 |
Color Harmonies of #6D2811
Complementary color
Monochromatic Colors of #6D2811
Black with #6D2811
Text Example
Text Example
White with #6D2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2811; }
p { color: rgb(109,40,17); }
H1.HeaderClassName
{
color: #6D2811;
}
.AnyTagClassName
{
color: #6D2811;
}
</style>
background-color css
<style>
a { background-color: #6D2811; }
a { background-color: rgb(109,40,17); }
div.DivClassName
{
background-color: #6D2811;
}
.BgClassName
{
background-color: #6D2811;
}
</style>
border-color css
<style>
span { border-color: #6D2811; }
span { border-color: rgb(109,40,17); }
td.TdClassName
{
border-color: #6D2811;
}
.TagClassName
{
border-color: #6D2811;
}
</style>