Shades of Pueblo #6D2410
Tints of Pueblo #6D2410
RGB
CMYK
RGB Variations
Color information
#6D2410 (or 0x6D2410) is known color: Pueblo. HEX triplet: 6D, 24 and 10. RGB value is (109,36,16). Sum of RGB (Red+Green+Blue) = 109+36+16=161 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.70% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2410 is #92DBEF. Grayscale: #373737. Windows color (decimal): -9624560 or 1057901. OLE color: 1057901.
HSL color Cylindrical-coordinate representation of color #6D2410: hue angle of 12.9º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D2410 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 36 | 16 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.57 |
| HSL | 12.9º | 0.74% | 0.25% | - |
| HSV(B) | 12.9º | 0.85% | 0.43% | - |
| XYZ | 7.03 | 4.55 | 1 | - |
| YUV | 55.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 36 | 16 | 0 | 0.67 | 0.85 | 0.57 | 12.9 | 0.74 | 0.25 |
| Hex | 6D | 24 | 10 | 0 | 43 | 55 | 39 | D | 4A | 19 |
| Octal | 155 | 44 | 20 | 0 | 103 | 125 | 71 | 15 | 112 | 31 |
| Binary | 1101101 | 100100 | 10000 | 0 | 1000011 | 1010101 | 111001 | 1101 | 1001010 | 11001 |
Color Harmonies of #6D2410
Complementary color
Monochromatic Colors of #6D2410
Black with #6D2410
Text Example
Text Example
White with #6D2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2410; }
p { color: rgb(109,36,16); }
H1.HeaderClassName
{
color: #6D2410;
}
.AnyTagClassName
{
color: #6D2410;
}
</style>
background-color css
<style>
a { background-color: #6D2410; }
a { background-color: rgb(109,36,16); }
div.DivClassName
{
background-color: #6D2410;
}
.BgClassName
{
background-color: #6D2410;
}
</style>
border-color css
<style>
span { border-color: #6D2410; }
span { border-color: rgb(109,36,16); }
td.TdClassName
{
border-color: #6D2410;
}
.TagClassName
{
border-color: #6D2410;
}
</style>