Shades of Pueblo #6D2710
Tints of Pueblo #6D2710
RGB
CMYK
RGB Variations
Color information
#6D2710 (or 0x6D2710) is known color: Pueblo. HEX triplet: 6D, 27 and 10. RGB value is (109,39,16). Sum of RGB (Red+Green+Blue) = 109+39+16=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2710 is #92D8EF. Grayscale: #393939. Windows color (decimal): -9623792 or 1058669. OLE color: 1058669.
HSL color Cylindrical-coordinate representation of color #6D2710: hue angle of 14.84º 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 #6D2710 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 39 | 16 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.57 |
| HSL | 14.84º | 0.74% | 0.25% | - |
| HSV(B) | 14.84º | 0.85% | 0.43% | - |
| XYZ | 7.13 | 4.74 | 1.03 | - |
| YUV | 57.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 16 | 0 | 0.64 | 0.85 | 0.57 | 14.84 | 0.74 | 0.25 |
| Hex | 6D | 27 | 10 | 0 | 40 | 55 | 39 | F | 4A | 19 |
| Octal | 155 | 47 | 20 | 0 | 100 | 125 | 71 | 17 | 112 | 31 |
| Binary | 1101101 | 100111 | 10000 | 0 | 1000000 | 1010101 | 111001 | 1111 | 1001010 | 11001 |
Color Harmonies of #6D2710
Complementary color
Monochromatic Colors of #6D2710
Black with #6D2710
Text Example
Text Example
White with #6D2710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2710; }
p { color: rgb(109,39,16); }
H1.HeaderClassName
{
color: #6D2710;
}
.AnyTagClassName
{
color: #6D2710;
}
</style>
background-color css
<style>
a { background-color: #6D2710; }
a { background-color: rgb(109,39,16); }
div.DivClassName
{
background-color: #6D2710;
}
.BgClassName
{
background-color: #6D2710;
}
</style>
border-color css
<style>
span { border-color: #6D2710; }
span { border-color: rgb(109,39,16); }
td.TdClassName
{
border-color: #6D2710;
}
.TagClassName
{
border-color: #6D2710;
}
</style>