Shades of Pueblo #6C3328
Tints of Pueblo #6C3328
RGB
CMYK
RGB Variations
Color information
#6C3328 (or 0x6C3328) is known color: Pueblo. HEX triplet: 6C, 33 and 28. RGB value is (108,51,40). Sum of RGB (Red+Green+Blue) = 108+51+40=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3328 is #93CCD7. Grayscale: #424242. Windows color (decimal): -9686232 or 2634604. OLE color: 2634604.
HSL color Cylindrical-coordinate representation of color #6C3328: hue angle of 9.71º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C3328 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 51 | 40 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.58 |
| HSL | 9.71º | 0.46% | 0.29% | - |
| HSV(B) | 9.71º | 0.63% | 0.42% | - |
| XYZ | 7.75 | 5.71 | 2.7 | - |
| YUV | 66.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 40 | 0 | 0.53 | 0.63 | 0.58 | 9.71 | 0.46 | 0.29 |
| Hex | 6C | 33 | 28 | 0 | 35 | 3F | 3A | A | 2E | 1D |
| Octal | 154 | 63 | 50 | 0 | 65 | 77 | 72 | 12 | 56 | 35 |
| Binary | 1101100 | 110011 | 101000 | 0 | 110101 | 111111 | 111010 | 1010 | 101110 | 11101 |
Color Harmonies of #6C3328
Complementary color
Monochromatic Colors of #6C3328
Black with #6C3328
Text Example
Text Example
White with #6C3328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3328; }
p { color: rgb(108,51,40); }
H1.HeaderClassName
{
color: #6C3328;
}
.AnyTagClassName
{
color: #6C3328;
}
</style>
background-color css
<style>
a { background-color: #6C3328; }
a { background-color: rgb(108,51,40); }
div.DivClassName
{
background-color: #6C3328;
}
.BgClassName
{
background-color: #6C3328;
}
</style>
border-color css
<style>
span { border-color: #6C3328; }
span { border-color: rgb(108,51,40); }
td.TdClassName
{
border-color: #6C3328;
}
.TagClassName
{
border-color: #6C3328;
}
</style>