Shades of Pueblo #6E3726
Tints of Pueblo #6E3726
RGB
CMYK
RGB Variations
Color information
#6E3726 (or 0x6E3726) is known color: Pueblo. HEX triplet: 6E, 37 and 26. RGB value is (110,55,38). Sum of RGB (Red+Green+Blue) = 110+55+38=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3726 is #91C8D9. Grayscale: #454545. Windows color (decimal): -9554138 or 2504558. OLE color: 2504558.
HSL color Cylindrical-coordinate representation of color #6E3726: hue angle of 14.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E3726 is Cyan = 0, Magento = 0.5, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 55 | 38 | - |
| CMYK | 0 | 0.5 | 0.65 | 0.57 |
| HSL | 14.17º | 0.49% | 0.29% | - |
| HSV(B) | 14.17º | 0.65% | 0.43% | - |
| XYZ | 8.15 | 6.19 | 2.6 | - |
| YUV | 69.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 38 | 0 | 0.5 | 0.65 | 0.57 | 14.17 | 0.49 | 0.29 |
| Hex | 6E | 37 | 26 | 0 | 32 | 41 | 39 | E | 31 | 1D |
| Octal | 156 | 67 | 46 | 0 | 62 | 101 | 71 | 16 | 61 | 35 |
| Binary | 1101110 | 110111 | 100110 | 0 | 110010 | 1000001 | 111001 | 1110 | 110001 | 11101 |
Color Harmonies of #6E3726
Complementary color
Monochromatic Colors of #6E3726
Black with #6E3726
Text Example
Text Example
White with #6E3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3726; }
p { color: rgb(110,55,38); }
H1.HeaderClassName
{
color: #6E3726;
}
.AnyTagClassName
{
color: #6E3726;
}
</style>
background-color css
<style>
a { background-color: #6E3726; }
a { background-color: rgb(110,55,38); }
div.DivClassName
{
background-color: #6E3726;
}
.BgClassName
{
background-color: #6E3726;
}
</style>
border-color css
<style>
span { border-color: #6E3726; }
span { border-color: rgb(110,55,38); }
td.TdClassName
{
border-color: #6E3726;
}
.TagClassName
{
border-color: #6E3726;
}
</style>