Shades of Pueblo #6D3120
Tints of Pueblo #6D3120
RGB
CMYK
RGB Variations
Color information
#6D3120 (or 0x6D3120) is known color: Pueblo. HEX triplet: 6D, 31 and 20. RGB value is (109,49,32). Sum of RGB (Red+Green+Blue) = 109+49+32=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3120 is #92CEDF. Grayscale: #414141. Windows color (decimal): -9621216 or 2109805. OLE color: 2109805.
HSL color Cylindrical-coordinate representation of color #6D3120: hue angle of 13.25º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D3120 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 49 | 32 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.57 |
| HSL | 13.25º | 0.55% | 0.28% | - |
| HSV(B) | 13.25º | 0.71% | 0.43% | - |
| XYZ | 7.67 | 5.55 | 2.03 | - |
| YUV | 65 | 109.38 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 32 | 0 | 0.55 | 0.71 | 0.57 | 13.25 | 0.55 | 0.28 |
| Hex | 6D | 31 | 20 | 0 | 37 | 47 | 39 | D | 37 | 1C |
| Octal | 155 | 61 | 40 | 0 | 67 | 107 | 71 | 15 | 67 | 34 |
| Binary | 1101101 | 110001 | 100000 | 0 | 110111 | 1000111 | 111001 | 1101 | 110111 | 11100 |
Color Harmonies of #6D3120
Complementary color
Monochromatic Colors of #6D3120
Black with #6D3120
Text Example
Text Example
White with #6D3120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3120; }
p { color: rgb(109,49,32); }
H1.HeaderClassName
{
color: #6D3120;
}
.AnyTagClassName
{
color: #6D3120;
}
</style>
background-color css
<style>
a { background-color: #6D3120; }
a { background-color: rgb(109,49,32); }
div.DivClassName
{
background-color: #6D3120;
}
.BgClassName
{
background-color: #6D3120;
}
</style>
border-color css
<style>
span { border-color: #6D3120; }
span { border-color: rgb(109,49,32); }
td.TdClassName
{
border-color: #6D3120;
}
.TagClassName
{
border-color: #6D3120;
}
</style>