Shades of Pueblo #6C332A
Tints of Pueblo #6C332A
RGB
CMYK
RGB Variations
Color information
#6C332A (or 0x6C332A) is known color: Pueblo. HEX triplet: 6C, 33 and 2A. RGB value is (108,51,42). Sum of RGB (Red+Green+Blue) = 108+51+42=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C332A is #93CCD5. Grayscale: #434343. Windows color (decimal): -9686230 or 2765676. OLE color: 2765676.
HSL color Cylindrical-coordinate representation of color #6C332A: hue angle of 8.18º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C332A is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 51 | 42 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.58 |
| HSL | 8.18º | 0.44% | 0.29% | - |
| HSV(B) | 8.18º | 0.61% | 0.42% | - |
| XYZ | 7.79 | 5.72 | 2.88 | - |
| YUV | 67.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 42 | 0 | 0.53 | 0.61 | 0.58 | 8.18 | 0.44 | 0.29 |
| Hex | 6C | 33 | 2A | 0 | 35 | 3D | 3A | 8 | 2C | 1D |
| Octal | 154 | 63 | 52 | 0 | 65 | 75 | 72 | 10 | 54 | 35 |
| Binary | 1101100 | 110011 | 101010 | 0 | 110101 | 111101 | 111010 | 1000 | 101100 | 11101 |
Color Harmonies of #6C332A
Complementary color
Monochromatic Colors of #6C332A
Black with #6C332A
Text Example
Text Example
White with #6C332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C332A; }
p { color: rgb(108,51,42); }
H1.HeaderClassName
{
color: #6C332A;
}
.AnyTagClassName
{
color: #6C332A;
}
</style>
background-color css
<style>
a { background-color: #6C332A; }
a { background-color: rgb(108,51,42); }
div.DivClassName
{
background-color: #6C332A;
}
.BgClassName
{
background-color: #6C332A;
}
</style>
border-color css
<style>
span { border-color: #6C332A; }
span { border-color: rgb(108,51,42); }
td.TdClassName
{
border-color: #6C332A;
}
.TagClassName
{
border-color: #6C332A;
}
</style>