Shades of Pueblo #6D3226
Tints of Pueblo #6D3226
RGB
CMYK
RGB Variations
Color information
#6D3226 (or 0x6D3226) is known color: Pueblo. HEX triplet: 6D, 32 and 26. RGB value is (109,50,38). Sum of RGB (Red+Green+Blue) = 109+50+38=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3226 is #92CDD9. Grayscale: #424242. Windows color (decimal): -9620954 or 2503277. OLE color: 2503277.
HSL color Cylindrical-coordinate representation of color #6D3226: hue angle of 10.14º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D3226 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 50 | 38 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.57 |
| HSL | 10.14º | 0.48% | 0.29% | - |
| HSV(B) | 10.14º | 0.65% | 0.43% | - |
| XYZ | 7.8 | 5.67 | 2.52 | - |
| YUV | 66.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 38 | 0 | 0.54 | 0.65 | 0.57 | 10.14 | 0.48 | 0.29 |
| Hex | 6D | 32 | 26 | 0 | 36 | 41 | 39 | A | 30 | 1D |
| Octal | 155 | 62 | 46 | 0 | 66 | 101 | 71 | 12 | 60 | 35 |
| Binary | 1101101 | 110010 | 100110 | 0 | 110110 | 1000001 | 111001 | 1010 | 110000 | 11101 |
Color Harmonies of #6D3226
Complementary color
Monochromatic Colors of #6D3226
Black with #6D3226
Text Example
Text Example
White with #6D3226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3226; }
p { color: rgb(109,50,38); }
H1.HeaderClassName
{
color: #6D3226;
}
.AnyTagClassName
{
color: #6D3226;
}
</style>
background-color css
<style>
a { background-color: #6D3226; }
a { background-color: rgb(109,50,38); }
div.DivClassName
{
background-color: #6D3226;
}
.BgClassName
{
background-color: #6D3226;
}
</style>
border-color css
<style>
span { border-color: #6D3226; }
span { border-color: rgb(109,50,38); }
td.TdClassName
{
border-color: #6D3226;
}
.TagClassName
{
border-color: #6D3226;
}
</style>