Shades of Pueblo #6B3226
Tints of Pueblo #6B3226
RGB
CMYK
RGB Variations
Color information
#6B3226 (or 0x6B3226) is known color: Pueblo. HEX triplet: 6B, 32 and 26. RGB value is (107,50,38). Sum of RGB (Red+Green+Blue) = 107+50+38=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3226 is #94CDD9. Grayscale: #414141. Windows color (decimal): -9752026 or 2503275. OLE color: 2503275.
HSL color Cylindrical-coordinate representation of color #6B3226: hue angle of 10.43º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B3226 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 50 | 38 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.58 |
| HSL | 10.43º | 0.48% | 0.28% | - |
| HSV(B) | 10.43º | 0.64% | 0.42% | - |
| XYZ | 7.55 | 5.55 | 2.51 | - |
| YUV | 65.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 50 | 38 | 0 | 0.53 | 0.64 | 0.58 | 10.43 | 0.48 | 0.28 |
| Hex | 6B | 32 | 26 | 0 | 35 | 40 | 3A | A | 30 | 1C |
| Octal | 153 | 62 | 46 | 0 | 65 | 100 | 72 | 12 | 60 | 34 |
| Binary | 1101011 | 110010 | 100110 | 0 | 110101 | 1000000 | 111010 | 1010 | 110000 | 11100 |
Color Harmonies of #6B3226
Complementary color
Monochromatic Colors of #6B3226
Black with #6B3226
Text Example
Text Example
White with #6B3226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3226; }
p { color: rgb(107,50,38); }
H1.HeaderClassName
{
color: #6B3226;
}
.AnyTagClassName
{
color: #6B3226;
}
</style>
background-color css
<style>
a { background-color: #6B3226; }
a { background-color: rgb(107,50,38); }
div.DivClassName
{
background-color: #6B3226;
}
.BgClassName
{
background-color: #6B3226;
}
</style>
border-color css
<style>
span { border-color: #6B3226; }
span { border-color: rgb(107,50,38); }
td.TdClassName
{
border-color: #6B3226;
}
.TagClassName
{
border-color: #6B3226;
}
</style>