Shades of Pueblo #6E2920
Tints of Pueblo #6E2920
RGB
CMYK
RGB Variations
Color information
#6E2920 (or 0x6E2920) is known color: Pueblo. HEX triplet: 6E, 29 and 20. RGB value is (110,41,32). Sum of RGB (Red+Green+Blue) = 110+41+32=183 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.11% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2920 is #91D6DF. Grayscale: #3C3C3C. Windows color (decimal): -9557728 or 2107758. OLE color: 2107758.
HSL color Cylindrical-coordinate representation of color #6E2920: hue angle of 6.92º 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 #6E2920 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 41 | 32 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.57 |
| HSL | 6.92º | 0.55% | 0.28% | - |
| HSV(B) | 6.92º | 0.71% | 0.43% | - |
| XYZ | 7.48 | 5.01 | 1.94 | - |
| YUV | 60.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 32 | 0 | 0.63 | 0.71 | 0.57 | 6.92 | 0.55 | 0.28 |
| Hex | 6E | 29 | 20 | 0 | 3F | 47 | 39 | 7 | 37 | 1C |
| Octal | 156 | 51 | 40 | 0 | 77 | 107 | 71 | 7 | 67 | 34 |
| Binary | 1101110 | 101001 | 100000 | 0 | 111111 | 1000111 | 111001 | 111 | 110111 | 11100 |
Color Harmonies of #6E2920
Complementary color
Monochromatic Colors of #6E2920
Black with #6E2920
Text Example
Text Example
White with #6E2920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2920; }
p { color: rgb(110,41,32); }
H1.HeaderClassName
{
color: #6E2920;
}
.AnyTagClassName
{
color: #6E2920;
}
</style>
background-color css
<style>
a { background-color: #6E2920; }
a { background-color: rgb(110,41,32); }
div.DivClassName
{
background-color: #6E2920;
}
.BgClassName
{
background-color: #6E2920;
}
</style>
border-color css
<style>
span { border-color: #6E2920; }
span { border-color: rgb(110,41,32); }
td.TdClassName
{
border-color: #6E2920;
}
.TagClassName
{
border-color: #6E2920;
}
</style>