Shades of Pueblo #6D271B
Tints of Pueblo #6D271B
RGB
CMYK
RGB Variations
Color information
#6D271B (or 0x6D271B) is known color: Pueblo. HEX triplet: 6D, 27 and 1B. RGB value is (109,39,27). Sum of RGB (Red+Green+Blue) = 109+39+27=175 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.29% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 109 - color contains mainly: red. Hex color #6D271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D271B is #92D8E4. Grayscale: #3A3A3A. Windows color (decimal): -9623781 or 1779565. OLE color: 1779565.
HSL color Cylindrical-coordinate representation of color #6D271B: hue angle of 8.78º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D271B is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 39 | 27 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.57 |
| HSL | 8.78º | 0.6% | 0.27% | - |
| HSV(B) | 8.78º | 0.75% | 0.43% | - |
| XYZ | 7.23 | 4.78 | 1.58 | - |
| YUV | 58.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 27 | 0 | 0.64 | 0.75 | 0.57 | 8.78 | 0.6 | 0.27 |
| Hex | 6D | 27 | 1B | 0 | 40 | 4B | 39 | 9 | 3C | 1B |
| Octal | 155 | 47 | 33 | 0 | 100 | 113 | 71 | 11 | 74 | 33 |
| Binary | 1101101 | 100111 | 11011 | 0 | 1000000 | 1001011 | 111001 | 1001 | 111100 | 11011 |
Color Harmonies of #6D271B
Complementary color
Monochromatic Colors of #6D271B
Black with #6D271B
Text Example
Text Example
White with #6D271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D271B; }
p { color: rgb(109,39,27); }
H1.HeaderClassName
{
color: #6D271B;
}
.AnyTagClassName
{
color: #6D271B;
}
</style>
background-color css
<style>
a { background-color: #6D271B; }
a { background-color: rgb(109,39,27); }
div.DivClassName
{
background-color: #6D271B;
}
.BgClassName
{
background-color: #6D271B;
}
</style>
border-color css
<style>
span { border-color: #6D271B; }
span { border-color: rgb(109,39,27); }
td.TdClassName
{
border-color: #6D271B;
}
.TagClassName
{
border-color: #6D271B;
}
</style>