Shades of Pueblo #6C2D17
Tints of Pueblo #6C2D17
RGB
CMYK
RGB Variations
Color information
#6C2D17 (or 0x6C2D17) is known color: Pueblo. HEX triplet: 6C, 2D and 17. RGB value is (108,45,23). Sum of RGB (Red+Green+Blue) = 108+45+23=176 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.36% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2D17 is #93D2E8. Grayscale: #3D3D3D. Windows color (decimal): -9687785 or 1518956. OLE color: 1518956.
HSL color Cylindrical-coordinate representation of color #6C2D17: hue angle of 15.53º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C2D17 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 45 | 23 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.58 |
| HSL | 15.53º | 0.65% | 0.26% | - |
| HSV(B) | 15.53º | 0.79% | 0.42% | - |
| XYZ | 7.28 | 5.13 | 1.42 | - |
| YUV | 61.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 45 | 23 | 0 | 0.58 | 0.79 | 0.58 | 15.53 | 0.65 | 0.26 |
| Hex | 6C | 2D | 17 | 0 | 3A | 4F | 3A | 10 | 41 | 1A |
| Octal | 154 | 55 | 27 | 0 | 72 | 117 | 72 | 20 | 101 | 32 |
| Binary | 1101100 | 101101 | 10111 | 0 | 111010 | 1001111 | 111010 | 10000 | 1000001 | 11010 |
Color Harmonies of #6C2D17
Complementary color
Monochromatic Colors of #6C2D17
Black with #6C2D17
Text Example
Text Example
White with #6C2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2D17; }
p { color: rgb(108,45,23); }
H1.HeaderClassName
{
color: #6C2D17;
}
.AnyTagClassName
{
color: #6C2D17;
}
</style>
background-color css
<style>
a { background-color: #6C2D17; }
a { background-color: rgb(108,45,23); }
div.DivClassName
{
background-color: #6C2D17;
}
.BgClassName
{
background-color: #6C2D17;
}
</style>
border-color css
<style>
span { border-color: #6C2D17; }
span { border-color: rgb(108,45,23); }
td.TdClassName
{
border-color: #6C2D17;
}
.TagClassName
{
border-color: #6C2D17;
}
</style>