Shades of Pueblo #6C2D23
Tints of Pueblo #6C2D23
RGB
CMYK
RGB Variations
Color information
#6C2D23 (or 0x6C2D23) is known color: Pueblo. HEX triplet: 6C, 2D and 23. RGB value is (108,45,35). Sum of RGB (Red+Green+Blue) = 108+45+35=188 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.45% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2D23 is #93D2DC. Grayscale: #3E3E3E. Windows color (decimal): -9687773 or 2305388. OLE color: 2305388.
HSL color Cylindrical-coordinate representation of color #6C2D23: hue angle of 8.22º 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 #6C2D23 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 45 | 35 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.58 |
| HSL | 8.22º | 0.51% | 0.28% | - |
| HSV(B) | 8.22º | 0.68% | 0.42% | - |
| XYZ | 7.43 | 5.19 | 2.2 | - |
| YUV | 62.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 45 | 35 | 0 | 0.58 | 0.68 | 0.58 | 8.22 | 0.51 | 0.28 |
| Hex | 6C | 2D | 23 | 0 | 3A | 44 | 3A | 8 | 33 | 1C |
| Octal | 154 | 55 | 43 | 0 | 72 | 104 | 72 | 10 | 63 | 34 |
| Binary | 1101100 | 101101 | 100011 | 0 | 111010 | 1000100 | 111010 | 1000 | 110011 | 11100 |
Color Harmonies of #6C2D23
Complementary color
Monochromatic Colors of #6C2D23
Black with #6C2D23
Text Example
Text Example
White with #6C2D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2D23; }
p { color: rgb(108,45,35); }
H1.HeaderClassName
{
color: #6C2D23;
}
.AnyTagClassName
{
color: #6C2D23;
}
</style>
background-color css
<style>
a { background-color: #6C2D23; }
a { background-color: rgb(108,45,35); }
div.DivClassName
{
background-color: #6C2D23;
}
.BgClassName
{
background-color: #6C2D23;
}
</style>
border-color css
<style>
span { border-color: #6C2D23; }
span { border-color: rgb(108,45,35); }
td.TdClassName
{
border-color: #6C2D23;
}
.TagClassName
{
border-color: #6C2D23;
}
</style>