Shades of Pueblo #6D2F21
Tints of Pueblo #6D2F21
RGB
CMYK
RGB Variations
Color information
#6D2F21 (or 0x6D2F21) is known color: Pueblo. HEX triplet: 6D, 2F and 21. RGB value is (109,47,33). Sum of RGB (Red+Green+Blue) = 109+47+33=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2F21 is #92D0DE. Grayscale: #404040. Windows color (decimal): -9621727 or 2174829. OLE color: 2174829.
HSL color Cylindrical-coordinate representation of color #6D2F21: hue angle of 11.05º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D2F21 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 47 | 33 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.57 |
| HSL | 11.05º | 0.54% | 0.28% | - |
| HSV(B) | 11.05º | 0.7% | 0.43% | - |
| XYZ | 7.6 | 5.39 | 2.08 | - |
| YUV | 63.94 | 110.54 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 47 | 33 | 0 | 0.57 | 0.70 | 0.57 | 11.05 | 0.54 | 0.28 |
| Hex | 6D | 2F | 21 | 0 | 39 | 46 | 39 | B | 36 | 1C |
| Octal | 155 | 57 | 41 | 0 | 71 | 106 | 71 | 13 | 66 | 34 |
| Binary | 1101101 | 101111 | 100001 | 0 | 111001 | 1000110 | 111001 | 1011 | 110110 | 11100 |
Color Harmonies of #6D2F21
Complementary color
Monochromatic Colors of #6D2F21
Black with #6D2F21
Text Example
Text Example
White with #6D2F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2F21; }
p { color: rgb(109,47,33); }
H1.HeaderClassName
{
color: #6D2F21;
}
.AnyTagClassName
{
color: #6D2F21;
}
</style>
background-color css
<style>
a { background-color: #6D2F21; }
a { background-color: rgb(109,47,33); }
div.DivClassName
{
background-color: #6D2F21;
}
.BgClassName
{
background-color: #6D2F21;
}
</style>
border-color css
<style>
span { border-color: #6D2F21; }
span { border-color: rgb(109,47,33); }
td.TdClassName
{
border-color: #6D2F21;
}
.TagClassName
{
border-color: #6D2F21;
}
</style>