Shades of Pueblo #6F2918
Tints of Pueblo #6F2918
RGB
CMYK
RGB Variations
Color information
#6F2918 (or 0x6F2918) is known color: Pueblo. HEX triplet: 6F, 29 and 18. RGB value is (111,41,24). Sum of RGB (Red+Green+Blue) = 111+41+24=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2918 is #90D6E7. Grayscale: #3C3C3C. Windows color (decimal): -9492200 or 1583471. OLE color: 1583471.
HSL color Cylindrical-coordinate representation of color #6F2918: hue angle of 11.72º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F2918 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 24 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.56 |
| HSL | 11.72º | 0.64% | 0.26% | - |
| HSV(B) | 11.72º | 0.78% | 0.44% | - |
| XYZ | 7.51 | 5.03 | 1.44 | - |
| YUV | 59.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 24 | 0 | 0.63 | 0.78 | 0.56 | 11.72 | 0.64 | 0.26 |
| Hex | 6F | 29 | 18 | 0 | 3F | 4E | 38 | C | 40 | 1A |
| Octal | 157 | 51 | 30 | 0 | 77 | 116 | 70 | 14 | 100 | 32 |
| Binary | 1101111 | 101001 | 11000 | 0 | 111111 | 1001110 | 111000 | 1100 | 1000000 | 11010 |
Color Harmonies of #6F2918
Complementary color
Monochromatic Colors of #6F2918
Black with #6F2918
Text Example
Text Example
White with #6F2918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2918; }
p { color: rgb(111,41,24); }
H1.HeaderClassName
{
color: #6F2918;
}
.AnyTagClassName
{
color: #6F2918;
}
</style>
background-color css
<style>
a { background-color: #6F2918; }
a { background-color: rgb(111,41,24); }
div.DivClassName
{
background-color: #6F2918;
}
.BgClassName
{
background-color: #6F2918;
}
</style>
border-color css
<style>
span { border-color: #6F2918; }
span { border-color: rgb(111,41,24); }
td.TdClassName
{
border-color: #6F2918;
}
.TagClassName
{
border-color: #6F2918;
}
</style>