Shades of Pueblo #6F2616
Tints of Pueblo #6F2616
RGB
CMYK
RGB Variations
Color information
#6F2616 (or 0x6F2616) is known color: Pueblo. HEX triplet: 6F, 26 and 16. RGB value is (111,38,22). Sum of RGB (Red+Green+Blue) = 111+38+22=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2616 is #90D9E9. Grayscale: #3A3A3A. Windows color (decimal): -9492970 or 1451631. OLE color: 1451631.
HSL color Cylindrical-coordinate representation of color #6F2616: hue angle of 10.79º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F2616 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 38 | 22 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.56 |
| HSL | 10.79º | 0.67% | 0.26% | - |
| HSV(B) | 10.79º | 0.8% | 0.44% | - |
| XYZ | 7.39 | 4.82 | 1.3 | - |
| YUV | 58 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 22 | 0 | 0.66 | 0.80 | 0.56 | 10.79 | 0.67 | 0.26 |
| Hex | 6F | 26 | 16 | 0 | 42 | 50 | 38 | B | 43 | 1A |
| Octal | 157 | 46 | 26 | 0 | 102 | 120 | 70 | 13 | 103 | 32 |
| Binary | 1101111 | 100110 | 10110 | 0 | 1000010 | 1010000 | 111000 | 1011 | 1000011 | 11010 |
Color Harmonies of #6F2616
Complementary color
Monochromatic Colors of #6F2616
Black with #6F2616
Text Example
Text Example
White with #6F2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2616; }
p { color: rgb(111,38,22); }
H1.HeaderClassName
{
color: #6F2616;
}
.AnyTagClassName
{
color: #6F2616;
}
</style>
background-color css
<style>
a { background-color: #6F2616; }
a { background-color: rgb(111,38,22); }
div.DivClassName
{
background-color: #6F2616;
}
.BgClassName
{
background-color: #6F2616;
}
</style>
border-color css
<style>
span { border-color: #6F2616; }
span { border-color: rgb(111,38,22); }
td.TdClassName
{
border-color: #6F2616;
}
.TagClassName
{
border-color: #6F2616;
}
</style>