Shades of Pueblo #6E2C1A
Tints of Pueblo #6E2C1A
RGB
CMYK
RGB Variations
Color information
#6E2C1A (or 0x6E2C1A) is known color: Pueblo. HEX triplet: 6E, 2C and 1A. RGB value is (110,44,26). Sum of RGB (Red+Green+Blue) = 110+44+26=180 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.11% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2C1A is #91D3E5. Grayscale: #3D3D3D. Windows color (decimal): -9556966 or 1715310. OLE color: 1715310.
HSL color Cylindrical-coordinate representation of color #6E2C1A: hue angle of 12.86º 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 #6E2C1A is Cyan = 0, Magento = 0.6, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 44 | 26 | - |
| CMYK | 0 | 0.6 | 0.76 | 0.57 |
| HSL | 12.86º | 0.62% | 0.27% | - |
| HSV(B) | 12.86º | 0.76% | 0.43% | - |
| XYZ | 7.52 | 5.19 | 1.58 | - |
| YUV | 61.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 44 | 26 | 0 | 0.6 | 0.76 | 0.57 | 12.86 | 0.62 | 0.27 |
| Hex | 6E | 2C | 1A | 0 | 3C | 4C | 39 | D | 3E | 1B |
| Octal | 156 | 54 | 32 | 0 | 74 | 114 | 71 | 15 | 76 | 33 |
| Binary | 1101110 | 101100 | 11010 | 0 | 111100 | 1001100 | 111001 | 1101 | 111110 | 11011 |
Color Harmonies of #6E2C1A
Complementary color
Monochromatic Colors of #6E2C1A
Black with #6E2C1A
Text Example
Text Example
White with #6E2C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2C1A; }
p { color: rgb(110,44,26); }
H1.HeaderClassName
{
color: #6E2C1A;
}
.AnyTagClassName
{
color: #6E2C1A;
}
</style>
background-color css
<style>
a { background-color: #6E2C1A; }
a { background-color: rgb(110,44,26); }
div.DivClassName
{
background-color: #6E2C1A;
}
.BgClassName
{
background-color: #6E2C1A;
}
</style>
border-color css
<style>
span { border-color: #6E2C1A; }
span { border-color: rgb(110,44,26); }
td.TdClassName
{
border-color: #6E2C1A;
}
.TagClassName
{
border-color: #6E2C1A;
}
</style>