Shades of Pueblo #6F2B11
Tints of Pueblo #6F2B11
RGB
CMYK
RGB Variations
Color information
#6F2B11 (or 0x6F2B11) is known color: Pueblo. HEX triplet: 6F, 2B and 11. RGB value is (111,43,17). Sum of RGB (Red+Green+Blue) = 111+43+17=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2B11 is #90D4EE. Grayscale: #3C3C3C. Windows color (decimal): -9491695 or 1125231. OLE color: 1125231.
HSL color Cylindrical-coordinate representation of color #6F2B11: hue angle of 16.6º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F2B11 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 43 | 17 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.56 |
| HSL | 16.6º | 0.73% | 0.25% | - |
| HSV(B) | 16.6º | 0.85% | 0.44% | - |
| XYZ | 7.52 | 5.15 | 1.13 | - |
| YUV | 60.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 43 | 17 | 0 | 0.61 | 0.85 | 0.56 | 16.6 | 0.73 | 0.25 |
| Hex | 6F | 2B | 11 | 0 | 3D | 55 | 38 | 11 | 49 | 19 |
| Octal | 157 | 53 | 21 | 0 | 75 | 125 | 70 | 21 | 111 | 31 |
| Binary | 1101111 | 101011 | 10001 | 0 | 111101 | 1010101 | 111000 | 10001 | 1001001 | 11001 |
Color Harmonies of #6F2B11
Complementary color
Monochromatic Colors of #6F2B11
Black with #6F2B11
Text Example
Text Example
White with #6F2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2B11; }
p { color: rgb(111,43,17); }
H1.HeaderClassName
{
color: #6F2B11;
}
.AnyTagClassName
{
color: #6F2B11;
}
</style>
background-color css
<style>
a { background-color: #6F2B11; }
a { background-color: rgb(111,43,17); }
div.DivClassName
{
background-color: #6F2B11;
}
.BgClassName
{
background-color: #6F2B11;
}
</style>
border-color css
<style>
span { border-color: #6F2B11; }
span { border-color: rgb(111,43,17); }
td.TdClassName
{
border-color: #6F2B11;
}
.TagClassName
{
border-color: #6F2B11;
}
</style>