Shades of Pueblo #6E311A
Tints of Pueblo #6E311A
RGB
CMYK
RGB Variations
Color information
#6E311A (or 0x6E311A) is known color: Pueblo. HEX triplet: 6E, 31 and 1A. RGB value is (110,49,26). Sum of RGB (Red+Green+Blue) = 110+49+26=185 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.46% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 110 - color contains mainly: red. Hex color #6E311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E311A is #91CEE5. Grayscale: #404040. Windows color (decimal): -9555686 or 1716590. OLE color: 1716590.
HSL color Cylindrical-coordinate representation of color #6E311A: hue angle of 16.43º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E311A is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 49 | 26 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.57 |
| HSL | 16.43º | 0.62% | 0.27% | - |
| HSV(B) | 16.43º | 0.76% | 0.43% | - |
| XYZ | 7.72 | 5.59 | 1.65 | - |
| YUV | 64.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 26 | 0 | 0.55 | 0.76 | 0.57 | 16.43 | 0.62 | 0.27 |
| Hex | 6E | 31 | 1A | 0 | 37 | 4C | 39 | 10 | 3E | 1B |
| Octal | 156 | 61 | 32 | 0 | 67 | 114 | 71 | 20 | 76 | 33 |
| Binary | 1101110 | 110001 | 11010 | 0 | 110111 | 1001100 | 111001 | 10000 | 111110 | 11011 |
Color Harmonies of #6E311A
Complementary color
Monochromatic Colors of #6E311A
Black with #6E311A
Text Example
Text Example
White with #6E311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E311A; }
p { color: rgb(110,49,26); }
H1.HeaderClassName
{
color: #6E311A;
}
.AnyTagClassName
{
color: #6E311A;
}
</style>
background-color css
<style>
a { background-color: #6E311A; }
a { background-color: rgb(110,49,26); }
div.DivClassName
{
background-color: #6E311A;
}
.BgClassName
{
background-color: #6E311A;
}
</style>
border-color css
<style>
span { border-color: #6E311A; }
span { border-color: rgb(110,49,26); }
td.TdClassName
{
border-color: #6E311A;
}
.TagClassName
{
border-color: #6E311A;
}
</style>