Shades of Pueblo #6A3421
Tints of Pueblo #6A3421
RGB
CMYK
RGB Variations
Color information
#6A3421 (or 0x6A3421) is known color: Pueblo. HEX triplet: 6A, 34 and 21. RGB value is (106,52,33). Sum of RGB (Red+Green+Blue) = 106+52+33=191 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.50% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3421 is #95CBDE. Grayscale: #424242. Windows color (decimal): -9817055 or 2176106. OLE color: 2176106.
HSL color Cylindrical-coordinate representation of color #6A3421: hue angle of 15.62º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A3421 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 52 | 33 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.58 |
| HSL | 15.62º | 0.53% | 0.27% | - |
| HSV(B) | 15.62º | 0.69% | 0.42% | - |
| XYZ | 7.45 | 5.63 | 2.13 | - |
| YUV | 65.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 52 | 33 | 0 | 0.51 | 0.69 | 0.58 | 15.62 | 0.53 | 0.27 |
| Hex | 6A | 34 | 21 | 0 | 33 | 45 | 3A | 10 | 35 | 1B |
| Octal | 152 | 64 | 41 | 0 | 63 | 105 | 72 | 20 | 65 | 33 |
| Binary | 1101010 | 110100 | 100001 | 0 | 110011 | 1000101 | 111010 | 10000 | 110101 | 11011 |
Color Harmonies of #6A3421
Complementary color
Monochromatic Colors of #6A3421
Black with #6A3421
Text Example
Text Example
White with #6A3421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3421; }
p { color: rgb(106,52,33); }
H1.HeaderClassName
{
color: #6A3421;
}
.AnyTagClassName
{
color: #6A3421;
}
</style>
background-color css
<style>
a { background-color: #6A3421; }
a { background-color: rgb(106,52,33); }
div.DivClassName
{
background-color: #6A3421;
}
.BgClassName
{
background-color: #6A3421;
}
</style>
border-color css
<style>
span { border-color: #6A3421; }
span { border-color: rgb(106,52,33); }
td.TdClassName
{
border-color: #6A3421;
}
.TagClassName
{
border-color: #6A3421;
}
</style>