Shades of Pueblo #6D2E24
Tints of Pueblo #6D2E24
RGB
CMYK
RGB Variations
Color information
#6D2E24 (or 0x6D2E24) is known color: Pueblo. HEX triplet: 6D, 2E and 24. RGB value is (109,46,36). Sum of RGB (Red+Green+Blue) = 109+46+36=191 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.07% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2E24 is #92D1DB. Grayscale: #3F3F3F. Windows color (decimal): -9621980 or 2371181. OLE color: 2371181.
HSL color Cylindrical-coordinate representation of color #6D2E24: hue angle of 8.22º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D2E24 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 46 | 36 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.57 |
| HSL | 8.22º | 0.5% | 0.28% | - |
| HSV(B) | 8.22º | 0.67% | 0.43% | - |
| XYZ | 7.6 | 5.33 | 2.3 | - |
| YUV | 63.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 46 | 36 | 0 | 0.58 | 0.67 | 0.57 | 8.22 | 0.5 | 0.28 |
| Hex | 6D | 2E | 24 | 0 | 3A | 43 | 39 | 8 | 32 | 1C |
| Octal | 155 | 56 | 44 | 0 | 72 | 103 | 71 | 10 | 62 | 34 |
| Binary | 1101101 | 101110 | 100100 | 0 | 111010 | 1000011 | 111001 | 1000 | 110010 | 11100 |
Color Harmonies of #6D2E24
Complementary color
Monochromatic Colors of #6D2E24
Black with #6D2E24
Text Example
Text Example
White with #6D2E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2E24; }
p { color: rgb(109,46,36); }
H1.HeaderClassName
{
color: #6D2E24;
}
.AnyTagClassName
{
color: #6D2E24;
}
</style>
background-color css
<style>
a { background-color: #6D2E24; }
a { background-color: rgb(109,46,36); }
div.DivClassName
{
background-color: #6D2E24;
}
.BgClassName
{
background-color: #6D2E24;
}
</style>
border-color css
<style>
span { border-color: #6D2E24; }
span { border-color: rgb(109,46,36); }
td.TdClassName
{
border-color: #6D2E24;
}
.TagClassName
{
border-color: #6D2E24;
}
</style>