Shades of Pueblo #6C2A23
Tints of Pueblo #6C2A23
RGB
CMYK
RGB Variations
Color information
#6C2A23 (or 0x6C2A23) is known color: Pueblo. HEX triplet: 6C, 2A and 23. RGB value is (108,42,35). Sum of RGB (Red+Green+Blue) = 108+42+35=185 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.38% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2A23 is #93D5DC. Grayscale: #3D3D3D. Windows color (decimal): -9688541 or 2304620. OLE color: 2304620.
HSL color Cylindrical-coordinate representation of color #6C2A23: hue angle of 5.75º 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 #6C2A23 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 42 | 35 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.58 |
| HSL | 5.75º | 0.51% | 0.28% | - |
| HSV(B) | 5.75º | 0.68% | 0.42% | - |
| XYZ | 7.32 | 4.97 | 2.16 | - |
| YUV | 60.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 35 | 0 | 0.61 | 0.68 | 0.58 | 5.75 | 0.51 | 0.28 |
| Hex | 6C | 2A | 23 | 0 | 3D | 44 | 3A | 6 | 33 | 1C |
| Octal | 154 | 52 | 43 | 0 | 75 | 104 | 72 | 6 | 63 | 34 |
| Binary | 1101100 | 101010 | 100011 | 0 | 111101 | 1000100 | 111010 | 110 | 110011 | 11100 |
Color Harmonies of #6C2A23
Complementary color
Monochromatic Colors of #6C2A23
Black with #6C2A23
Text Example
Text Example
White with #6C2A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A23; }
p { color: rgb(108,42,35); }
H1.HeaderClassName
{
color: #6C2A23;
}
.AnyTagClassName
{
color: #6C2A23;
}
</style>
background-color css
<style>
a { background-color: #6C2A23; }
a { background-color: rgb(108,42,35); }
div.DivClassName
{
background-color: #6C2A23;
}
.BgClassName
{
background-color: #6C2A23;
}
</style>
border-color css
<style>
span { border-color: #6C2A23; }
span { border-color: rgb(108,42,35); }
td.TdClassName
{
border-color: #6C2A23;
}
.TagClassName
{
border-color: #6C2A23;
}
</style>