Shades of Pueblo #6C2920
Tints of Pueblo #6C2920
RGB
CMYK
RGB Variations
Color information
#6C2920 (or 0x6C2920) is known color: Pueblo. HEX triplet: 6C, 29 and 20. RGB value is (108,41,32). Sum of RGB (Red+Green+Blue) = 108+41+32=181 (23% of max value = 765). Red value is 108 (42.58% from 255 or 59.67% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2920 is #93D6DF. Grayscale: #3C3C3C. Windows color (decimal): -9688800 or 2107756. OLE color: 2107756.
HSL color Cylindrical-coordinate representation of color #6C2920: hue angle of 7.11º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2920 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 41 | 32 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.58 |
| HSL | 7.11º | 0.54% | 0.27% | - |
| HSV(B) | 7.11º | 0.7% | 0.42% | - |
| XYZ | 7.24 | 4.88 | 1.93 | - |
| YUV | 60.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 32 | 0 | 0.62 | 0.70 | 0.58 | 7.11 | 0.54 | 0.27 |
| Hex | 6C | 29 | 20 | 0 | 3E | 46 | 3A | 7 | 36 | 1B |
| Octal | 154 | 51 | 40 | 0 | 76 | 106 | 72 | 7 | 66 | 33 |
| Binary | 1101100 | 101001 | 100000 | 0 | 111110 | 1000110 | 111010 | 111 | 110110 | 11011 |
Color Harmonies of #6C2920
Complementary color
Monochromatic Colors of #6C2920
Black with #6C2920
Text Example
Text Example
White with #6C2920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2920; }
p { color: rgb(108,41,32); }
H1.HeaderClassName
{
color: #6C2920;
}
.AnyTagClassName
{
color: #6C2920;
}
</style>
background-color css
<style>
a { background-color: #6C2920; }
a { background-color: rgb(108,41,32); }
div.DivClassName
{
background-color: #6C2920;
}
.BgClassName
{
background-color: #6C2920;
}
</style>
border-color css
<style>
span { border-color: #6C2920; }
span { border-color: rgb(108,41,32); }
td.TdClassName
{
border-color: #6C2920;
}
.TagClassName
{
border-color: #6C2920;
}
</style>