Shades of Pueblo #6E3428
Tints of Pueblo #6E3428
RGB
CMYK
RGB Variations
Color information
#6E3428 (or 0x6E3428) is known color: Pueblo. HEX triplet: 6E, 34 and 28. RGB value is (110,52,40). Sum of RGB (Red+Green+Blue) = 110+52+40=202 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.46% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3428 is #91CBD7. Grayscale: #444444. Windows color (decimal): -9554904 or 2634862. OLE color: 2634862.
HSL color Cylindrical-coordinate representation of color #6E3428: hue angle of 10.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E3428 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 52 | 40 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.57 |
| HSL | 10.29º | 0.47% | 0.29% | - |
| HSV(B) | 10.29º | 0.64% | 0.43% | - |
| XYZ | 8.04 | 5.92 | 2.73 | - |
| YUV | 67.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 40 | 0 | 0.53 | 0.64 | 0.57 | 10.29 | 0.47 | 0.29 |
| Hex | 6E | 34 | 28 | 0 | 35 | 40 | 39 | A | 2F | 1D |
| Octal | 156 | 64 | 50 | 0 | 65 | 100 | 71 | 12 | 57 | 35 |
| Binary | 1101110 | 110100 | 101000 | 0 | 110101 | 1000000 | 111001 | 1010 | 101111 | 11101 |
Color Harmonies of #6E3428
Complementary color
Monochromatic Colors of #6E3428
Black with #6E3428
Text Example
Text Example
White with #6E3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3428; }
p { color: rgb(110,52,40); }
H1.HeaderClassName
{
color: #6E3428;
}
.AnyTagClassName
{
color: #6E3428;
}
</style>
background-color css
<style>
a { background-color: #6E3428; }
a { background-color: rgb(110,52,40); }
div.DivClassName
{
background-color: #6E3428;
}
.BgClassName
{
background-color: #6E3428;
}
</style>
border-color css
<style>
span { border-color: #6E3428; }
span { border-color: rgb(110,52,40); }
td.TdClassName
{
border-color: #6E3428;
}
.TagClassName
{
border-color: #6E3428;
}
</style>