Shades of Pueblo #6D2820
Tints of Pueblo #6D2820
RGB
CMYK
RGB Variations
Color information
#6D2820 (or 0x6D2820) is known color: Pueblo. HEX triplet: 6D, 28 and 20. RGB value is (109,40,32). Sum of RGB (Red+Green+Blue) = 109+40+32=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2820 is #92D7DF. Grayscale: #3B3B3B. Windows color (decimal): -9623520 or 2107501. OLE color: 2107501.
HSL color Cylindrical-coordinate representation of color #6D2820: hue angle of 6.23º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D2820 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 32 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.57 |
| HSL | 6.23º | 0.55% | 0.28% | - |
| HSV(B) | 6.23º | 0.71% | 0.43% | - |
| XYZ | 7.33 | 4.87 | 1.92 | - |
| YUV | 59.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 32 | 0 | 0.63 | 0.71 | 0.57 | 6.23 | 0.55 | 0.28 |
| Hex | 6D | 28 | 20 | 0 | 3F | 47 | 39 | 6 | 37 | 1C |
| Octal | 155 | 50 | 40 | 0 | 77 | 107 | 71 | 6 | 67 | 34 |
| Binary | 1101101 | 101000 | 100000 | 0 | 111111 | 1000111 | 111001 | 110 | 110111 | 11100 |
Color Harmonies of #6D2820
Complementary color
Monochromatic Colors of #6D2820
Black with #6D2820
Text Example
Text Example
White with #6D2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2820; }
p { color: rgb(109,40,32); }
H1.HeaderClassName
{
color: #6D2820;
}
.AnyTagClassName
{
color: #6D2820;
}
</style>
background-color css
<style>
a { background-color: #6D2820; }
a { background-color: rgb(109,40,32); }
div.DivClassName
{
background-color: #6D2820;
}
.BgClassName
{
background-color: #6D2820;
}
</style>
border-color css
<style>
span { border-color: #6D2820; }
span { border-color: rgb(109,40,32); }
td.TdClassName
{
border-color: #6D2820;
}
.TagClassName
{
border-color: #6D2820;
}
</style>