Shades of Pueblo #6A3127
Tints of Pueblo #6A3127
RGB
CMYK
RGB Variations
Color information
#6A3127 (or 0x6A3127) is known color: Pueblo. HEX triplet: 6A, 31 and 27. RGB value is (106,49,39). Sum of RGB (Red+Green+Blue) = 106+49+39=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3127 is #95CED8. Grayscale: #414141. Windows color (decimal): -9817817 or 2568554. OLE color: 2568554.
HSL color Cylindrical-coordinate representation of color #6A3127: hue angle of 8.96º 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 #6A3127 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 49 | 39 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.58 |
| HSL | 8.96º | 0.46% | 0.28% | - |
| HSV(B) | 8.96º | 0.63% | 0.42% | - |
| XYZ | 7.41 | 5.41 | 2.57 | - |
| YUV | 64.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 49 | 39 | 0 | 0.54 | 0.63 | 0.58 | 8.96 | 0.46 | 0.28 |
| Hex | 6A | 31 | 27 | 0 | 36 | 3F | 3A | 9 | 2E | 1C |
| Octal | 152 | 61 | 47 | 0 | 66 | 77 | 72 | 11 | 56 | 34 |
| Binary | 1101010 | 110001 | 100111 | 0 | 110110 | 111111 | 111010 | 1001 | 101110 | 11100 |
Color Harmonies of #6A3127
Complementary color
Monochromatic Colors of #6A3127
Black with #6A3127
Text Example
Text Example
White with #6A3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3127; }
p { color: rgb(106,49,39); }
H1.HeaderClassName
{
color: #6A3127;
}
.AnyTagClassName
{
color: #6A3127;
}
</style>
background-color css
<style>
a { background-color: #6A3127; }
a { background-color: rgb(106,49,39); }
div.DivClassName
{
background-color: #6A3127;
}
.BgClassName
{
background-color: #6A3127;
}
</style>
border-color css
<style>
span { border-color: #6A3127; }
span { border-color: rgb(106,49,39); }
td.TdClassName
{
border-color: #6A3127;
}
.TagClassName
{
border-color: #6A3127;
}
</style>