Shades of Pueblo #6F2416
Tints of Pueblo #6F2416
RGB
CMYK
RGB Variations
Color information
#6F2416 (or 0x6F2416) is known color: Pueblo. HEX triplet: 6F, 24 and 16. RGB value is (111,36,22). Sum of RGB (Red+Green+Blue) = 111+36+22=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2416 is #90DBE9. Grayscale: #383838. Windows color (decimal): -9493482 or 1451119. OLE color: 1451119.
HSL color Cylindrical-coordinate representation of color #6F2416: hue angle of 9.44º 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 #6F2416 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 22 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.56 |
| HSL | 9.44º | 0.67% | 0.26% | - |
| HSV(B) | 9.44º | 0.8% | 0.44% | - |
| XYZ | 7.33 | 4.7 | 1.28 | - |
| YUV | 56.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 22 | 0 | 0.68 | 0.80 | 0.56 | 9.44 | 0.67 | 0.26 |
| Hex | 6F | 24 | 16 | 0 | 44 | 50 | 38 | 9 | 43 | 1A |
| Octal | 157 | 44 | 26 | 0 | 104 | 120 | 70 | 11 | 103 | 32 |
| Binary | 1101111 | 100100 | 10110 | 0 | 1000100 | 1010000 | 111000 | 1001 | 1000011 | 11010 |
Color Harmonies of #6F2416
Complementary color
Monochromatic Colors of #6F2416
Black with #6F2416
Text Example
Text Example
White with #6F2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2416; }
p { color: rgb(111,36,22); }
H1.HeaderClassName
{
color: #6F2416;
}
.AnyTagClassName
{
color: #6F2416;
}
</style>
background-color css
<style>
a { background-color: #6F2416; }
a { background-color: rgb(111,36,22); }
div.DivClassName
{
background-color: #6F2416;
}
.BgClassName
{
background-color: #6F2416;
}
</style>
border-color css
<style>
span { border-color: #6F2416; }
span { border-color: rgb(111,36,22); }
td.TdClassName
{
border-color: #6F2416;
}
.TagClassName
{
border-color: #6F2416;
}
</style>