Shades of Pueblo #6C2512
Tints of Pueblo #6C2512
RGB
CMYK
RGB Variations
Color information
#6C2512 (or 0x6C2512) is known color: Pueblo. HEX triplet: 6C, 25 and 12. RGB value is (108,37,18). Sum of RGB (Red+Green+Blue) = 108+37+18=163 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.26% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2512 is #93DAED. Grayscale: #383838. Windows color (decimal): -9689838 or 1189228. OLE color: 1189228.
HSL color Cylindrical-coordinate representation of color #6C2512: hue angle of 12.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C2512 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 37 | 18 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.58 |
| HSL | 12.67º | 0.71% | 0.25% | - |
| HSV(B) | 12.67º | 0.83% | 0.42% | - |
| XYZ | 6.96 | 4.55 | 1.08 | - |
| YUV | 56.06 | 106.52 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 18 | 0 | 0.66 | 0.83 | 0.58 | 12.67 | 0.71 | 0.25 |
| Hex | 6C | 25 | 12 | 0 | 42 | 53 | 3A | D | 47 | 19 |
| Octal | 154 | 45 | 22 | 0 | 102 | 123 | 72 | 15 | 107 | 31 |
| Binary | 1101100 | 100101 | 10010 | 0 | 1000010 | 1010011 | 111010 | 1101 | 1000111 | 11001 |
Color Harmonies of #6C2512
Complementary color
Monochromatic Colors of #6C2512
Black with #6C2512
Text Example
Text Example
White with #6C2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2512; }
p { color: rgb(108,37,18); }
H1.HeaderClassName
{
color: #6C2512;
}
.AnyTagClassName
{
color: #6C2512;
}
</style>
background-color css
<style>
a { background-color: #6C2512; }
a { background-color: rgb(108,37,18); }
div.DivClassName
{
background-color: #6C2512;
}
.BgClassName
{
background-color: #6C2512;
}
</style>
border-color css
<style>
span { border-color: #6C2512; }
span { border-color: rgb(108,37,18); }
td.TdClassName
{
border-color: #6C2512;
}
.TagClassName
{
border-color: #6C2512;
}
</style>