Shades of Pueblo #6C2617
Tints of Pueblo #6C2617
RGB
CMYK
RGB Variations
Color information
#6C2617 (or 0x6C2617) is known color: Pueblo. HEX triplet: 6C, 26 and 17. RGB value is (108,38,23). Sum of RGB (Red+Green+Blue) = 108+38+23=169 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.91% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2617 is #93D9E8. Grayscale: #393939. Windows color (decimal): -9689577 or 1517164. OLE color: 1517164.
HSL color Cylindrical-coordinate representation of color #6C2617: hue angle of 10.59º 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 #6C2617 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 38 | 23 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.58 |
| HSL | 10.59º | 0.65% | 0.26% | - |
| HSV(B) | 10.59º | 0.79% | 0.42% | - |
| XYZ | 7.03 | 4.64 | 1.33 | - |
| YUV | 57.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 38 | 23 | 0 | 0.65 | 0.79 | 0.58 | 10.59 | 0.65 | 0.26 |
| Hex | 6C | 26 | 17 | 0 | 41 | 4F | 3A | B | 41 | 1A |
| Octal | 154 | 46 | 27 | 0 | 101 | 117 | 72 | 13 | 101 | 32 |
| Binary | 1101100 | 100110 | 10111 | 0 | 1000001 | 1001111 | 111010 | 1011 | 1000001 | 11010 |
Color Harmonies of #6C2617
Complementary color
Monochromatic Colors of #6C2617
Black with #6C2617
Text Example
Text Example
White with #6C2617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2617; }
p { color: rgb(108,38,23); }
H1.HeaderClassName
{
color: #6C2617;
}
.AnyTagClassName
{
color: #6C2617;
}
</style>
background-color css
<style>
a { background-color: #6C2617; }
a { background-color: rgb(108,38,23); }
div.DivClassName
{
background-color: #6C2617;
}
.BgClassName
{
background-color: #6C2617;
}
</style>
border-color css
<style>
span { border-color: #6C2617; }
span { border-color: rgb(108,38,23); }
td.TdClassName
{
border-color: #6C2617;
}
.TagClassName
{
border-color: #6C2617;
}
</style>