Shades of Pueblo #6B2922
Tints of Pueblo #6B2922
RGB
CMYK
RGB Variations
Color information
#6B2922 (or 0x6B2922) is known color: Pueblo. HEX triplet: 6B, 29 and 22. RGB value is (107,41,34). Sum of RGB (Red+Green+Blue) = 107+41+34=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2922 is #94D6DD. Grayscale: #3C3C3C. Windows color (decimal): -9754334 or 2238827. OLE color: 2238827.
HSL color Cylindrical-coordinate representation of color #6B2922: hue angle of 5.75º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B2922 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 41 | 34 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.58 |
| HSL | 5.75º | 0.52% | 0.28% | - |
| HSV(B) | 5.75º | 0.68% | 0.42% | - |
| XYZ | 7.15 | 4.83 | 2.07 | - |
| YUV | 59.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 34 | 0 | 0.62 | 0.68 | 0.58 | 5.75 | 0.52 | 0.28 |
| Hex | 6B | 29 | 22 | 0 | 3E | 44 | 3A | 6 | 34 | 1C |
| Octal | 153 | 51 | 42 | 0 | 76 | 104 | 72 | 6 | 64 | 34 |
| Binary | 1101011 | 101001 | 100010 | 0 | 111110 | 1000100 | 111010 | 110 | 110100 | 11100 |
Color Harmonies of #6B2922
Complementary color
Monochromatic Colors of #6B2922
Black with #6B2922
Text Example
Text Example
White with #6B2922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2922; }
p { color: rgb(107,41,34); }
H1.HeaderClassName
{
color: #6B2922;
}
.AnyTagClassName
{
color: #6B2922;
}
</style>
background-color css
<style>
a { background-color: #6B2922; }
a { background-color: rgb(107,41,34); }
div.DivClassName
{
background-color: #6B2922;
}
.BgClassName
{
background-color: #6B2922;
}
</style>
border-color css
<style>
span { border-color: #6B2922; }
span { border-color: rgb(107,41,34); }
td.TdClassName
{
border-color: #6B2922;
}
.TagClassName
{
border-color: #6B2922;
}
</style>