Shades of Pueblo #6B3122
Tints of Pueblo #6B3122
RGB
CMYK
RGB Variations
Color information
#6B3122 (or 0x6B3122) is known color: Pueblo. HEX triplet: 6B, 31 and 22. RGB value is (107,49,34). Sum of RGB (Red+Green+Blue) = 107+49+34=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3122 is #94CEDD. Grayscale: #404040. Windows color (decimal): -9752286 or 2240875. OLE color: 2240875.
HSL color Cylindrical-coordinate representation of color #6B3122: hue angle of 12.33º 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 #6B3122 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 49 | 34 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.58 |
| HSL | 12.33º | 0.52% | 0.28% | - |
| HSV(B) | 12.33º | 0.68% | 0.42% | - |
| XYZ | 7.45 | 5.44 | 2.17 | - |
| YUV | 64.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 34 | 0 | 0.54 | 0.68 | 0.58 | 12.33 | 0.52 | 0.28 |
| Hex | 6B | 31 | 22 | 0 | 36 | 44 | 3A | C | 34 | 1C |
| Octal | 153 | 61 | 42 | 0 | 66 | 104 | 72 | 14 | 64 | 34 |
| Binary | 1101011 | 110001 | 100010 | 0 | 110110 | 1000100 | 111010 | 1100 | 110100 | 11100 |
Color Harmonies of #6B3122
Complementary color
Monochromatic Colors of #6B3122
Black with #6B3122
Text Example
Text Example
White with #6B3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3122; }
p { color: rgb(107,49,34); }
H1.HeaderClassName
{
color: #6B3122;
}
.AnyTagClassName
{
color: #6B3122;
}
</style>
background-color css
<style>
a { background-color: #6B3122; }
a { background-color: rgb(107,49,34); }
div.DivClassName
{
background-color: #6B3122;
}
.BgClassName
{
background-color: #6B3122;
}
</style>
border-color css
<style>
span { border-color: #6B3122; }
span { border-color: rgb(107,49,34); }
td.TdClassName
{
border-color: #6B3122;
}
.TagClassName
{
border-color: #6B3122;
}
</style>