Shades of Pueblo #6C3223
Tints of Pueblo #6C3223
RGB
CMYK
RGB Variations
Color information
#6C3223 (or 0x6C3223) is known color: Pueblo. HEX triplet: 6C, 32 and 23. RGB value is (108,50,35). Sum of RGB (Red+Green+Blue) = 108+50+35=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3223 is #93CDDC. Grayscale: #414141. Windows color (decimal): -9686493 or 2306668. OLE color: 2306668.
HSL color Cylindrical-coordinate representation of color #6C3223: hue angle of 12.33º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C3223 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 50 | 35 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.58 |
| HSL | 12.33º | 0.51% | 0.28% | - |
| HSV(B) | 12.33º | 0.68% | 0.42% | - |
| XYZ | 7.63 | 5.59 | 2.27 | - |
| YUV | 65.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 35 | 0 | 0.54 | 0.68 | 0.58 | 12.33 | 0.51 | 0.28 |
| Hex | 6C | 32 | 23 | 0 | 36 | 44 | 3A | C | 33 | 1C |
| Octal | 154 | 62 | 43 | 0 | 66 | 104 | 72 | 14 | 63 | 34 |
| Binary | 1101100 | 110010 | 100011 | 0 | 110110 | 1000100 | 111010 | 1100 | 110011 | 11100 |
Color Harmonies of #6C3223
Complementary color
Monochromatic Colors of #6C3223
Black with #6C3223
Text Example
Text Example
White with #6C3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3223; }
p { color: rgb(108,50,35); }
H1.HeaderClassName
{
color: #6C3223;
}
.AnyTagClassName
{
color: #6C3223;
}
</style>
background-color css
<style>
a { background-color: #6C3223; }
a { background-color: rgb(108,50,35); }
div.DivClassName
{
background-color: #6C3223;
}
.BgClassName
{
background-color: #6C3223;
}
</style>
border-color css
<style>
span { border-color: #6C3223; }
span { border-color: rgb(108,50,35); }
td.TdClassName
{
border-color: #6C3223;
}
.TagClassName
{
border-color: #6C3223;
}
</style>