Shades of Pueblo #6A3427
Tints of Pueblo #6A3427
RGB
CMYK
RGB Variations
Color information
#6A3427 (or 0x6A3427) is known color: Pueblo. HEX triplet: 6A, 34 and 27. RGB value is (106,52,39). Sum of RGB (Red+Green+Blue) = 106+52+39=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3427 is #95CBD8. Grayscale: #424242. Windows color (decimal): -9817049 or 2569322. OLE color: 2569322.
HSL color Cylindrical-coordinate representation of color #6A3427: hue angle of 11.64º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A3427 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 52 | 39 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.58 |
| HSL | 11.64º | 0.46% | 0.28% | - |
| HSV(B) | 11.64º | 0.63% | 0.42% | - |
| XYZ | 7.54 | 5.67 | 2.62 | - |
| YUV | 66.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 52 | 39 | 0 | 0.51 | 0.63 | 0.58 | 11.64 | 0.46 | 0.28 |
| Hex | 6A | 34 | 27 | 0 | 33 | 3F | 3A | C | 2E | 1C |
| Octal | 152 | 64 | 47 | 0 | 63 | 77 | 72 | 14 | 56 | 34 |
| Binary | 1101010 | 110100 | 100111 | 0 | 110011 | 111111 | 111010 | 1100 | 101110 | 11100 |
Color Harmonies of #6A3427
Complementary color
Monochromatic Colors of #6A3427
Black with #6A3427
Text Example
Text Example
White with #6A3427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3427; }
p { color: rgb(106,52,39); }
H1.HeaderClassName
{
color: #6A3427;
}
.AnyTagClassName
{
color: #6A3427;
}
</style>
background-color css
<style>
a { background-color: #6A3427; }
a { background-color: rgb(106,52,39); }
div.DivClassName
{
background-color: #6A3427;
}
.BgClassName
{
background-color: #6A3427;
}
</style>
border-color css
<style>
span { border-color: #6A3427; }
span { border-color: rgb(106,52,39); }
td.TdClassName
{
border-color: #6A3427;
}
.TagClassName
{
border-color: #6A3427;
}
</style>