Shades of Pueblo #6C2511
Tints of Pueblo #6C2511
RGB
CMYK
RGB Variations
Color information
#6C2511 (or 0x6C2511) is known color: Pueblo. HEX triplet: 6C, 25 and 11. RGB value is (108,37,17). Sum of RGB (Red+Green+Blue) = 108+37+17=162 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.67% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2511 is #93DAEE. Grayscale: #383838. Windows color (decimal): -9689839 or 1123692. OLE color: 1123692.
HSL color Cylindrical-coordinate representation of color #6C2511: hue angle of 13.19º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C2511 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 37 | 17 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.58 |
| HSL | 13.19º | 0.73% | 0.25% | - |
| HSV(B) | 13.19º | 0.84% | 0.42% | - |
| XYZ | 6.95 | 4.55 | 1.04 | - |
| YUV | 55.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 17 | 0 | 0.66 | 0.84 | 0.58 | 13.19 | 0.73 | 0.25 |
| Hex | 6C | 25 | 11 | 0 | 42 | 54 | 3A | D | 49 | 19 |
| Octal | 154 | 45 | 21 | 0 | 102 | 124 | 72 | 15 | 111 | 31 |
| Binary | 1101100 | 100101 | 10001 | 0 | 1000010 | 1010100 | 111010 | 1101 | 1001001 | 11001 |
Color Harmonies of #6C2511
Complementary color
Monochromatic Colors of #6C2511
Black with #6C2511
Text Example
Text Example
White with #6C2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2511; }
p { color: rgb(108,37,17); }
H1.HeaderClassName
{
color: #6C2511;
}
.AnyTagClassName
{
color: #6C2511;
}
</style>
background-color css
<style>
a { background-color: #6C2511; }
a { background-color: rgb(108,37,17); }
div.DivClassName
{
background-color: #6C2511;
}
.BgClassName
{
background-color: #6C2511;
}
</style>
border-color css
<style>
span { border-color: #6C2511; }
span { border-color: rgb(108,37,17); }
td.TdClassName
{
border-color: #6C2511;
}
.TagClassName
{
border-color: #6C2511;
}
</style>