Shades of Pueblo #6D2512
Tints of Pueblo #6D2512
RGB
CMYK
RGB Variations
Color information
#6D2512 (or 0x6D2512) is known color: Pueblo. HEX triplet: 6D, 25 and 12. RGB value is (109,37,18). Sum of RGB (Red+Green+Blue) = 109+37+18=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2512 is #92DAED. Grayscale: #383838. Windows color (decimal): -9624302 or 1189229. OLE color: 1189229.
HSL color Cylindrical-coordinate representation of color #6D2512: hue angle of 12.53º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D2512 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 37 | 18 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.57 |
| HSL | 12.53º | 0.72% | 0.25% | - |
| HSV(B) | 12.53º | 0.83% | 0.43% | - |
| XYZ | 7.08 | 4.62 | 1.09 | - |
| YUV | 56.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 18 | 0 | 0.66 | 0.83 | 0.57 | 12.53 | 0.72 | 0.25 |
| Hex | 6D | 25 | 12 | 0 | 42 | 53 | 39 | D | 48 | 19 |
| Octal | 155 | 45 | 22 | 0 | 102 | 123 | 71 | 15 | 110 | 31 |
| Binary | 1101101 | 100101 | 10010 | 0 | 1000010 | 1010011 | 111001 | 1101 | 1001000 | 11001 |
Color Harmonies of #6D2512
Complementary color
Monochromatic Colors of #6D2512
Black with #6D2512
Text Example
Text Example
White with #6D2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2512; }
p { color: rgb(109,37,18); }
H1.HeaderClassName
{
color: #6D2512;
}
.AnyTagClassName
{
color: #6D2512;
}
</style>
background-color css
<style>
a { background-color: #6D2512; }
a { background-color: rgb(109,37,18); }
div.DivClassName
{
background-color: #6D2512;
}
.BgClassName
{
background-color: #6D2512;
}
</style>
border-color css
<style>
span { border-color: #6D2512; }
span { border-color: rgb(109,37,18); }
td.TdClassName
{
border-color: #6D2512;
}
.TagClassName
{
border-color: #6D2512;
}
</style>