Shades of Pueblo #6E2A22
Tints of Pueblo #6E2A22
RGB
CMYK
RGB Variations
Color information
#6E2A22 (or 0x6E2A22) is known color: Pueblo. HEX triplet: 6E, 2A and 22. RGB value is (110,42,34). Sum of RGB (Red+Green+Blue) = 110+42+34=186 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.14% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2A22 is #91D5DD. Grayscale: #3D3D3D. Windows color (decimal): -9557470 or 2239086. OLE color: 2239086.
HSL color Cylindrical-coordinate representation of color #6E2A22: hue angle of 6.32º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E2A22 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 42 | 34 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.57 |
| HSL | 6.32º | 0.53% | 0.28% | - |
| HSV(B) | 6.32º | 0.69% | 0.43% | - |
| XYZ | 7.55 | 5.09 | 2.1 | - |
| YUV | 61.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 42 | 34 | 0 | 0.62 | 0.69 | 0.57 | 6.32 | 0.53 | 0.28 |
| Hex | 6E | 2A | 22 | 0 | 3E | 45 | 39 | 6 | 35 | 1C |
| Octal | 156 | 52 | 42 | 0 | 76 | 105 | 71 | 6 | 65 | 34 |
| Binary | 1101110 | 101010 | 100010 | 0 | 111110 | 1000101 | 111001 | 110 | 110101 | 11100 |
Color Harmonies of #6E2A22
Complementary color
Monochromatic Colors of #6E2A22
Black with #6E2A22
Text Example
Text Example
White with #6E2A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2A22; }
p { color: rgb(110,42,34); }
H1.HeaderClassName
{
color: #6E2A22;
}
.AnyTagClassName
{
color: #6E2A22;
}
</style>
background-color css
<style>
a { background-color: #6E2A22; }
a { background-color: rgb(110,42,34); }
div.DivClassName
{
background-color: #6E2A22;
}
.BgClassName
{
background-color: #6E2A22;
}
</style>
border-color css
<style>
span { border-color: #6E2A22; }
span { border-color: rgb(110,42,34); }
td.TdClassName
{
border-color: #6E2A22;
}
.TagClassName
{
border-color: #6E2A22;
}
</style>