Shades of Pueblo #6A2F21
Tints of Pueblo #6A2F21
RGB
CMYK
RGB Variations
Color information
#6A2F21 (or 0x6A2F21) is known color: Pueblo. HEX triplet: 6A, 2F and 21. RGB value is (106,47,33). Sum of RGB (Red+Green+Blue) = 106+47+33=186 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.99% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2F21 is #95D0DE. Grayscale: #3F3F3F. Windows color (decimal): -9818335 or 2174826. OLE color: 2174826.
HSL color Cylindrical-coordinate representation of color #6A2F21: hue angle of 11.51º 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 #6A2F21 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 47 | 33 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.58 |
| HSL | 11.51º | 0.53% | 0.27% | - |
| HSV(B) | 11.51º | 0.69% | 0.42% | - |
| XYZ | 7.23 | 5.21 | 2.06 | - |
| YUV | 63.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 47 | 33 | 0 | 0.56 | 0.69 | 0.58 | 11.51 | 0.53 | 0.27 |
| Hex | 6A | 2F | 21 | 0 | 38 | 45 | 3A | C | 35 | 1B |
| Octal | 152 | 57 | 41 | 0 | 70 | 105 | 72 | 14 | 65 | 33 |
| Binary | 1101010 | 101111 | 100001 | 0 | 111000 | 1000101 | 111010 | 1100 | 110101 | 11011 |
Color Harmonies of #6A2F21
Complementary color
Monochromatic Colors of #6A2F21
Black with #6A2F21
Text Example
Text Example
White with #6A2F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2F21; }
p { color: rgb(106,47,33); }
H1.HeaderClassName
{
color: #6A2F21;
}
.AnyTagClassName
{
color: #6A2F21;
}
</style>
background-color css
<style>
a { background-color: #6A2F21; }
a { background-color: rgb(106,47,33); }
div.DivClassName
{
background-color: #6A2F21;
}
.BgClassName
{
background-color: #6A2F21;
}
</style>
border-color css
<style>
span { border-color: #6A2F21; }
span { border-color: rgb(106,47,33); }
td.TdClassName
{
border-color: #6A2F21;
}
.TagClassName
{
border-color: #6A2F21;
}
</style>