Shades of Pueblo #6B291A
Tints of Pueblo #6B291A
RGB
CMYK
RGB Variations
Color information
#6B291A (or 0x6B291A) is known color: Pueblo. HEX triplet: 6B, 29 and 1A. RGB value is (107,41,26). Sum of RGB (Red+Green+Blue) = 107+41+26=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B291A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B291A is #94D6E5. Grayscale: #3B3B3B. Windows color (decimal): -9754342 or 1714539. OLE color: 1714539.
HSL color Cylindrical-coordinate representation of color #6B291A: hue angle of 11.11º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B291A is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 41 | 26 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.58 |
| HSL | 11.11º | 0.61% | 0.26% | - |
| HSV(B) | 11.11º | 0.76% | 0.42% | - |
| XYZ | 7.04 | 4.79 | 1.53 | - |
| YUV | 59.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 26 | 0 | 0.62 | 0.76 | 0.58 | 11.11 | 0.61 | 0.26 |
| Hex | 6B | 29 | 1A | 0 | 3E | 4C | 3A | B | 3D | 1A |
| Octal | 153 | 51 | 32 | 0 | 76 | 114 | 72 | 13 | 75 | 32 |
| Binary | 1101011 | 101001 | 11010 | 0 | 111110 | 1001100 | 111010 | 1011 | 111101 | 11010 |
Color Harmonies of #6B291A
Complementary color
Monochromatic Colors of #6B291A
Black with #6B291A
Text Example
Text Example
White with #6B291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B291A; }
p { color: rgb(107,41,26); }
H1.HeaderClassName
{
color: #6B291A;
}
.AnyTagClassName
{
color: #6B291A;
}
</style>
background-color css
<style>
a { background-color: #6B291A; }
a { background-color: rgb(107,41,26); }
div.DivClassName
{
background-color: #6B291A;
}
.BgClassName
{
background-color: #6B291A;
}
</style>
border-color css
<style>
span { border-color: #6B291A; }
span { border-color: rgb(107,41,26); }
td.TdClassName
{
border-color: #6B291A;
}
.TagClassName
{
border-color: #6B291A;
}
</style>