Shades of Pueblo #6B2E26
Tints of Pueblo #6B2E26
RGB
CMYK
RGB Variations
Color information
#6B2E26 (or 0x6B2E26) is known color: Pueblo. HEX triplet: 6B, 2E and 26. RGB value is (107,46,38). Sum of RGB (Red+Green+Blue) = 107+46+38=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2E26 is #94D1D9. Grayscale: #3F3F3F. Windows color (decimal): -9753050 or 2502251. OLE color: 2502251.
HSL color Cylindrical-coordinate representation of color #6B2E26: hue angle of 6.96º 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 #6B2E26 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 46 | 38 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.58 |
| HSL | 6.96º | 0.48% | 0.28% | - |
| HSV(B) | 6.96º | 0.64% | 0.42% | - |
| XYZ | 7.39 | 5.22 | 2.45 | - |
| YUV | 63.33 | 113.71 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 46 | 38 | 0 | 0.57 | 0.64 | 0.58 | 6.96 | 0.48 | 0.28 |
| Hex | 6B | 2E | 26 | 0 | 39 | 40 | 3A | 7 | 30 | 1C |
| Octal | 153 | 56 | 46 | 0 | 71 | 100 | 72 | 7 | 60 | 34 |
| Binary | 1101011 | 101110 | 100110 | 0 | 111001 | 1000000 | 111010 | 111 | 110000 | 11100 |
Color Harmonies of #6B2E26
Complementary color
Monochromatic Colors of #6B2E26
Black with #6B2E26
Text Example
Text Example
White with #6B2E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2E26; }
p { color: rgb(107,46,38); }
H1.HeaderClassName
{
color: #6B2E26;
}
.AnyTagClassName
{
color: #6B2E26;
}
</style>
background-color css
<style>
a { background-color: #6B2E26; }
a { background-color: rgb(107,46,38); }
div.DivClassName
{
background-color: #6B2E26;
}
.BgClassName
{
background-color: #6B2E26;
}
</style>
border-color css
<style>
span { border-color: #6B2E26; }
span { border-color: rgb(107,46,38); }
td.TdClassName
{
border-color: #6B2E26;
}
.TagClassName
{
border-color: #6B2E26;
}
</style>