Shades of Pueblo #6D3328
Tints of Pueblo #6D3328
RGB
CMYK
RGB Variations
Color information
#6D3328 (or 0x6D3328) is known color: Pueblo. HEX triplet: 6D, 33 and 28. RGB value is (109,51,40). Sum of RGB (Red+Green+Blue) = 109+51+40=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3328 is #92CCD7. Grayscale: #434343. Windows color (decimal): -9620696 or 2634605. OLE color: 2634605.
HSL color Cylindrical-coordinate representation of color #6D3328: hue angle of 9.57º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D3328 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 40 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.57 |
| HSL | 9.57º | 0.46% | 0.29% | - |
| HSV(B) | 9.57º | 0.63% | 0.43% | - |
| XYZ | 7.87 | 5.77 | 2.71 | - |
| YUV | 67.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 40 | 0 | 0.53 | 0.63 | 0.57 | 9.57 | 0.46 | 0.29 |
| Hex | 6D | 33 | 28 | 0 | 35 | 3F | 39 | A | 2E | 1D |
| Octal | 155 | 63 | 50 | 0 | 65 | 77 | 71 | 12 | 56 | 35 |
| Binary | 1101101 | 110011 | 101000 | 0 | 110101 | 111111 | 111001 | 1010 | 101110 | 11101 |
Color Harmonies of #6D3328
Complementary color
Monochromatic Colors of #6D3328
Black with #6D3328
Text Example
Text Example
White with #6D3328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3328; }
p { color: rgb(109,51,40); }
H1.HeaderClassName
{
color: #6D3328;
}
.AnyTagClassName
{
color: #6D3328;
}
</style>
background-color css
<style>
a { background-color: #6D3328; }
a { background-color: rgb(109,51,40); }
div.DivClassName
{
background-color: #6D3328;
}
.BgClassName
{
background-color: #6D3328;
}
</style>
border-color css
<style>
span { border-color: #6D3328; }
span { border-color: rgb(109,51,40); }
td.TdClassName
{
border-color: #6D3328;
}
.TagClassName
{
border-color: #6D3328;
}
</style>