Shades of Pueblo #6C2516
Tints of Pueblo #6C2516
RGB
CMYK
RGB Variations
Color information
#6C2516 (or 0x6C2516) is known color: Pueblo. HEX triplet: 6C, 25 and 16. RGB value is (108,37,22). Sum of RGB (Red+Green+Blue) = 108+37+22=167 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.67% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2516 is #93DAE9. Grayscale: #383838. Windows color (decimal): -9689834 or 1451372. OLE color: 1451372.
HSL color Cylindrical-coordinate representation of color #6C2516: hue angle of 10.47º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C2516 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 37 | 22 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.58 |
| HSL | 10.47º | 0.66% | 0.25% | - |
| HSV(B) | 10.47º | 0.8% | 0.42% | - |
| XYZ | 6.99 | 4.57 | 1.27 | - |
| YUV | 56.52 | 108.52 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 22 | 0 | 0.66 | 0.80 | 0.58 | 10.47 | 0.66 | 0.25 |
| Hex | 6C | 25 | 16 | 0 | 42 | 50 | 3A | A | 42 | 19 |
| Octal | 154 | 45 | 26 | 0 | 102 | 120 | 72 | 12 | 102 | 31 |
| Binary | 1101100 | 100101 | 10110 | 0 | 1000010 | 1010000 | 111010 | 1010 | 1000010 | 11001 |
Color Harmonies of #6C2516
Complementary color
Monochromatic Colors of #6C2516
Black with #6C2516
Text Example
Text Example
White with #6C2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2516; }
p { color: rgb(108,37,22); }
H1.HeaderClassName
{
color: #6C2516;
}
.AnyTagClassName
{
color: #6C2516;
}
</style>
background-color css
<style>
a { background-color: #6C2516; }
a { background-color: rgb(108,37,22); }
div.DivClassName
{
background-color: #6C2516;
}
.BgClassName
{
background-color: #6C2516;
}
</style>
border-color css
<style>
span { border-color: #6C2516; }
span { border-color: rgb(108,37,22); }
td.TdClassName
{
border-color: #6C2516;
}
.TagClassName
{
border-color: #6C2516;
}
</style>