Shades of Pueblo #6E281B
Tints of Pueblo #6E281B
RGB
CMYK
RGB Variations
Color information
#6E281B (or 0x6E281B) is known color: Pueblo. HEX triplet: 6E, 28 and 1B. RGB value is (110,40,27). Sum of RGB (Red+Green+Blue) = 110+40+27=177 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.15% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 110 - color contains mainly: red. Hex color #6E281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E281B is #91D7E4. Grayscale: #3B3B3B. Windows color (decimal): -9557989 or 1779822. OLE color: 1779822.
HSL color Cylindrical-coordinate representation of color #6E281B: hue angle of 9.4º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E281B is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 27 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.57 |
| HSL | 9.4º | 0.61% | 0.27% | - |
| HSV(B) | 9.4º | 0.75% | 0.43% | - |
| XYZ | 7.39 | 4.91 | 1.6 | - |
| YUV | 59.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 27 | 0 | 0.64 | 0.75 | 0.57 | 9.4 | 0.61 | 0.27 |
| Hex | 6E | 28 | 1B | 0 | 40 | 4B | 39 | 9 | 3D | 1B |
| Octal | 156 | 50 | 33 | 0 | 100 | 113 | 71 | 11 | 75 | 33 |
| Binary | 1101110 | 101000 | 11011 | 0 | 1000000 | 1001011 | 111001 | 1001 | 111101 | 11011 |
Color Harmonies of #6E281B
Complementary color
Monochromatic Colors of #6E281B
Black with #6E281B
Text Example
Text Example
White with #6E281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E281B; }
p { color: rgb(110,40,27); }
H1.HeaderClassName
{
color: #6E281B;
}
.AnyTagClassName
{
color: #6E281B;
}
</style>
background-color css
<style>
a { background-color: #6E281B; }
a { background-color: rgb(110,40,27); }
div.DivClassName
{
background-color: #6E281B;
}
.BgClassName
{
background-color: #6E281B;
}
</style>
border-color css
<style>
span { border-color: #6E281B; }
span { border-color: rgb(110,40,27); }
td.TdClassName
{
border-color: #6E281B;
}
.TagClassName
{
border-color: #6E281B;
}
</style>