Shades of Pueblo #6D2616
Tints of Pueblo #6D2616
RGB
CMYK
RGB Variations
Color information
#6D2616 (or 0x6D2616) is known color: Pueblo. HEX triplet: 6D, 26 and 16. RGB value is (109,38,22). Sum of RGB (Red+Green+Blue) = 109+38+22=169 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.50% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2616 is #92D9E9. Grayscale: #393939. Windows color (decimal): -9624042 or 1451629. OLE color: 1451629.
HSL color Cylindrical-coordinate representation of color #6D2616: hue angle of 11.03º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D2616 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 38 | 22 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.57 |
| HSL | 11.03º | 0.66% | 0.26% | - |
| HSV(B) | 11.03º | 0.8% | 0.43% | - |
| XYZ | 7.14 | 4.7 | 1.29 | - |
| YUV | 57.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 22 | 0 | 0.65 | 0.80 | 0.57 | 11.03 | 0.66 | 0.26 |
| Hex | 6D | 26 | 16 | 0 | 41 | 50 | 39 | B | 42 | 1A |
| Octal | 155 | 46 | 26 | 0 | 101 | 120 | 71 | 13 | 102 | 32 |
| Binary | 1101101 | 100110 | 10110 | 0 | 1000001 | 1010000 | 111001 | 1011 | 1000010 | 11010 |
Color Harmonies of #6D2616
Complementary color
Monochromatic Colors of #6D2616
Black with #6D2616
Text Example
Text Example
White with #6D2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2616; }
p { color: rgb(109,38,22); }
H1.HeaderClassName
{
color: #6D2616;
}
.AnyTagClassName
{
color: #6D2616;
}
</style>
background-color css
<style>
a { background-color: #6D2616; }
a { background-color: rgb(109,38,22); }
div.DivClassName
{
background-color: #6D2616;
}
.BgClassName
{
background-color: #6D2616;
}
</style>
border-color css
<style>
span { border-color: #6D2616; }
span { border-color: rgb(109,38,22); }
td.TdClassName
{
border-color: #6D2616;
}
.TagClassName
{
border-color: #6D2616;
}
</style>