Shades of Pueblo #6E3629
Tints of Pueblo #6E3629
RGB
CMYK
RGB Variations
Color information
#6E3629 (or 0x6E3629) is known color: Pueblo. HEX triplet: 6E, 36 and 29. RGB value is (110,54,41). Sum of RGB (Red+Green+Blue) = 110+54+41=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3629 is #91C9D6. Grayscale: #454545. Windows color (decimal): -9554391 or 2700910. OLE color: 2700910.
HSL color Cylindrical-coordinate representation of color #6E3629: hue angle of 11.3º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E3629 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 54 | 41 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.57 |
| HSL | 11.3º | 0.46% | 0.3% | - |
| HSV(B) | 11.3º | 0.63% | 0.43% | - |
| XYZ | 8.15 | 6.11 | 2.85 | - |
| YUV | 69.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 41 | 0 | 0.51 | 0.63 | 0.57 | 11.3 | 0.46 | 0.3 |
| Hex | 6E | 36 | 29 | 0 | 33 | 3F | 39 | B | 2E | 1E |
| Octal | 156 | 66 | 51 | 0 | 63 | 77 | 71 | 13 | 56 | 36 |
| Binary | 1101110 | 110110 | 101001 | 0 | 110011 | 111111 | 111001 | 1011 | 101110 | 11110 |
Color Harmonies of #6E3629
Complementary color
Monochromatic Colors of #6E3629
Black with #6E3629
Text Example
Text Example
White with #6E3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3629; }
p { color: rgb(110,54,41); }
H1.HeaderClassName
{
color: #6E3629;
}
.AnyTagClassName
{
color: #6E3629;
}
</style>
background-color css
<style>
a { background-color: #6E3629; }
a { background-color: rgb(110,54,41); }
div.DivClassName
{
background-color: #6E3629;
}
.BgClassName
{
background-color: #6E3629;
}
</style>
border-color css
<style>
span { border-color: #6E3629; }
span { border-color: rgb(110,54,41); }
td.TdClassName
{
border-color: #6E3629;
}
.TagClassName
{
border-color: #6E3629;
}
</style>