Shades of Pueblo #6E3123
Tints of Pueblo #6E3123
RGB
CMYK
RGB Variations
Color information
#6E3123 (or 0x6E3123) is known color: Pueblo. HEX triplet: 6E, 31 and 23. RGB value is (110,49,35). Sum of RGB (Red+Green+Blue) = 110+49+35=194 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.70% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3123 is #91CEDC. Grayscale: #414141. Windows color (decimal): -9555677 or 2306414. OLE color: 2306414.
HSL color Cylindrical-coordinate representation of color #6E3123: hue angle of 11.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E3123 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 49 | 35 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.57 |
| HSL | 11.2º | 0.52% | 0.28% | - |
| HSV(B) | 11.2º | 0.68% | 0.43% | - |
| XYZ | 7.83 | 5.63 | 2.26 | - |
| YUV | 65.64 | 110.71 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 35 | 0 | 0.55 | 0.68 | 0.57 | 11.2 | 0.52 | 0.28 |
| Hex | 6E | 31 | 23 | 0 | 37 | 44 | 39 | B | 34 | 1C |
| Octal | 156 | 61 | 43 | 0 | 67 | 104 | 71 | 13 | 64 | 34 |
| Binary | 1101110 | 110001 | 100011 | 0 | 110111 | 1000100 | 111001 | 1011 | 110100 | 11100 |
Color Harmonies of #6E3123
Complementary color
Monochromatic Colors of #6E3123
Black with #6E3123
Text Example
Text Example
White with #6E3123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3123; }
p { color: rgb(110,49,35); }
H1.HeaderClassName
{
color: #6E3123;
}
.AnyTagClassName
{
color: #6E3123;
}
</style>
background-color css
<style>
a { background-color: #6E3123; }
a { background-color: rgb(110,49,35); }
div.DivClassName
{
background-color: #6E3123;
}
.BgClassName
{
background-color: #6E3123;
}
</style>
border-color css
<style>
span { border-color: #6E3123; }
span { border-color: rgb(110,49,35); }
td.TdClassName
{
border-color: #6E3123;
}
.TagClassName
{
border-color: #6E3123;
}
</style>