Shades of Pueblo #6E2916
Tints of Pueblo #6E2916
RGB
CMYK
RGB Variations
Color information
#6E2916 (or 0x6E2916) is known color: Pueblo. HEX triplet: 6E, 29 and 16. RGB value is (110,41,22). Sum of RGB (Red+Green+Blue) = 110+41+22=173 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.58% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2916 is #91D6E9. Grayscale: #3B3B3B. Windows color (decimal): -9557738 or 1452398. OLE color: 1452398.
HSL color Cylindrical-coordinate representation of color #6E2916: hue angle of 12.95º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E2916 is Cyan = 0, Magento = 0.63, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 41 | 22 | - |
| CMYK | 0 | 0.63 | 0.8 | 0.57 |
| HSL | 12.95º | 0.67% | 0.26% | - |
| HSV(B) | 12.95º | 0.8% | 0.43% | - |
| XYZ | 7.37 | 4.96 | 1.33 | - |
| YUV | 59.47 | 106.86 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 22 | 0 | 0.63 | 0.8 | 0.57 | 12.95 | 0.67 | 0.26 |
| Hex | 6E | 29 | 16 | 0 | 3F | 50 | 39 | D | 43 | 1A |
| Octal | 156 | 51 | 26 | 0 | 77 | 120 | 71 | 15 | 103 | 32 |
| Binary | 1101110 | 101001 | 10110 | 0 | 111111 | 1010000 | 111001 | 1101 | 1000011 | 11010 |
Color Harmonies of #6E2916
Complementary color
Monochromatic Colors of #6E2916
Black with #6E2916
Text Example
Text Example
White with #6E2916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2916; }
p { color: rgb(110,41,22); }
H1.HeaderClassName
{
color: #6E2916;
}
.AnyTagClassName
{
color: #6E2916;
}
</style>
background-color css
<style>
a { background-color: #6E2916; }
a { background-color: rgb(110,41,22); }
div.DivClassName
{
background-color: #6E2916;
}
.BgClassName
{
background-color: #6E2916;
}
</style>
border-color css
<style>
span { border-color: #6E2916; }
span { border-color: rgb(110,41,22); }
td.TdClassName
{
border-color: #6E2916;
}
.TagClassName
{
border-color: #6E2916;
}
</style>