Shades of Pueblo #6E3229
Tints of Pueblo #6E3229
RGB
CMYK
RGB Variations
Color information
#6E3229 (or 0x6E3229) is known color: Pueblo. HEX triplet: 6E, 32 and 29. RGB value is (110,50,41). Sum of RGB (Red+Green+Blue) = 110+50+41=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3229 is #91CDD6. Grayscale: #434343. Windows color (decimal): -9555415 or 2699886. OLE color: 2699886.
HSL color Cylindrical-coordinate representation of color #6E3229: hue angle of 7.83º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E3229 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 41 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.57 |
| HSL | 7.83º | 0.46% | 0.3% | - |
| HSV(B) | 7.83º | 0.63% | 0.43% | - |
| XYZ | 7.97 | 5.76 | 2.79 | - |
| YUV | 66.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 41 | 0 | 0.55 | 0.63 | 0.57 | 7.83 | 0.46 | 0.3 |
| Hex | 6E | 32 | 29 | 0 | 37 | 3F | 39 | 8 | 2E | 1E |
| Octal | 156 | 62 | 51 | 0 | 67 | 77 | 71 | 10 | 56 | 36 |
| Binary | 1101110 | 110010 | 101001 | 0 | 110111 | 111111 | 111001 | 1000 | 101110 | 11110 |
Color Harmonies of #6E3229
Complementary color
Monochromatic Colors of #6E3229
Black with #6E3229
Text Example
Text Example
White with #6E3229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3229; }
p { color: rgb(110,50,41); }
H1.HeaderClassName
{
color: #6E3229;
}
.AnyTagClassName
{
color: #6E3229;
}
</style>
background-color css
<style>
a { background-color: #6E3229; }
a { background-color: rgb(110,50,41); }
div.DivClassName
{
background-color: #6E3229;
}
.BgClassName
{
background-color: #6E3229;
}
</style>
border-color css
<style>
span { border-color: #6E3229; }
span { border-color: rgb(110,50,41); }
td.TdClassName
{
border-color: #6E3229;
}
.TagClassName
{
border-color: #6E3229;
}
</style>