Shades of Pueblo #6A2C25
Tints of Pueblo #6A2C25
RGB
CMYK
RGB Variations
Color information
#6A2C25 (or 0x6A2C25) is known color: Pueblo. HEX triplet: 6A, 2C and 25. RGB value is (106,44,37). Sum of RGB (Red+Green+Blue) = 106+44+37=187 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.68% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2C25 is #95D3DA. Grayscale: #3D3D3D. Windows color (decimal): -9819099 or 2436202. OLE color: 2436202.
HSL color Cylindrical-coordinate representation of color #6A2C25: hue angle of 6.09º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A2C25 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 44 | 37 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.58 |
| HSL | 6.09º | 0.48% | 0.28% | - |
| HSV(B) | 6.09º | 0.65% | 0.42% | - |
| XYZ | 7.18 | 5 | 2.34 | - |
| YUV | 61.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 44 | 37 | 0 | 0.58 | 0.65 | 0.58 | 6.09 | 0.48 | 0.28 |
| Hex | 6A | 2C | 25 | 0 | 3A | 41 | 3A | 6 | 30 | 1C |
| Octal | 152 | 54 | 45 | 0 | 72 | 101 | 72 | 6 | 60 | 34 |
| Binary | 1101010 | 101100 | 100101 | 0 | 111010 | 1000001 | 111010 | 110 | 110000 | 11100 |
Color Harmonies of #6A2C25
Complementary color
Monochromatic Colors of #6A2C25
Black with #6A2C25
Text Example
Text Example
White with #6A2C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2C25; }
p { color: rgb(106,44,37); }
H1.HeaderClassName
{
color: #6A2C25;
}
.AnyTagClassName
{
color: #6A2C25;
}
</style>
background-color css
<style>
a { background-color: #6A2C25; }
a { background-color: rgb(106,44,37); }
div.DivClassName
{
background-color: #6A2C25;
}
.BgClassName
{
background-color: #6A2C25;
}
</style>
border-color css
<style>
span { border-color: #6A2C25; }
span { border-color: rgb(106,44,37); }
td.TdClassName
{
border-color: #6A2C25;
}
.TagClassName
{
border-color: #6A2C25;
}
</style>