Shades of Pueblo #6C2922
Tints of Pueblo #6C2922
RGB
CMYK
RGB Variations
Color information
#6C2922 (or 0x6C2922) is known color: Pueblo. HEX triplet: 6C, 29 and 22. RGB value is (108,41,34). Sum of RGB (Red+Green+Blue) = 108+41+34=183 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.02% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2922 is #93D6DD. Grayscale: #3C3C3C. Windows color (decimal): -9688798 or 2238828. OLE color: 2238828.
HSL color Cylindrical-coordinate representation of color #6C2922: hue angle of 5.68º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C2922 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 41 | 34 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.58 |
| HSL | 5.68º | 0.52% | 0.28% | - |
| HSV(B) | 5.68º | 0.69% | 0.42% | - |
| XYZ | 7.27 | 4.89 | 2.07 | - |
| YUV | 60.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 34 | 0 | 0.62 | 0.69 | 0.58 | 5.68 | 0.52 | 0.28 |
| Hex | 6C | 29 | 22 | 0 | 3E | 45 | 3A | 6 | 34 | 1C |
| Octal | 154 | 51 | 42 | 0 | 76 | 105 | 72 | 6 | 64 | 34 |
| Binary | 1101100 | 101001 | 100010 | 0 | 111110 | 1000101 | 111010 | 110 | 110100 | 11100 |
Color Harmonies of #6C2922
Complementary color
Monochromatic Colors of #6C2922
Black with #6C2922
Text Example
Text Example
White with #6C2922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2922; }
p { color: rgb(108,41,34); }
H1.HeaderClassName
{
color: #6C2922;
}
.AnyTagClassName
{
color: #6C2922;
}
</style>
background-color css
<style>
a { background-color: #6C2922; }
a { background-color: rgb(108,41,34); }
div.DivClassName
{
background-color: #6C2922;
}
.BgClassName
{
background-color: #6C2922;
}
</style>
border-color css
<style>
span { border-color: #6C2922; }
span { border-color: rgb(108,41,34); }
td.TdClassName
{
border-color: #6C2922;
}
.TagClassName
{
border-color: #6C2922;
}
</style>