Shades of Pueblo #6F2C14
Tints of Pueblo #6F2C14
RGB
CMYK
RGB Variations
Color information
#6F2C14 (or 0x6F2C14) is known color: Pueblo. HEX triplet: 6F, 2C and 14. RGB value is (111,44,20). Sum of RGB (Red+Green+Blue) = 111+44+20=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2C14 is #90D3EB. Grayscale: #3D3D3D. Windows color (decimal): -9491436 or 1322095. OLE color: 1322095.
HSL color Cylindrical-coordinate representation of color #6F2C14: hue angle of 15.82º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F2C14 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 44 | 20 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.56 |
| HSL | 15.82º | 0.69% | 0.26% | - |
| HSV(B) | 15.82º | 0.82% | 0.44% | - |
| XYZ | 7.58 | 5.23 | 1.27 | - |
| YUV | 61.3 | 104.7 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 20 | 0 | 0.60 | 0.82 | 0.56 | 15.82 | 0.69 | 0.26 |
| Hex | 6F | 2C | 14 | 0 | 3C | 52 | 38 | 10 | 45 | 1A |
| Octal | 157 | 54 | 24 | 0 | 74 | 122 | 70 | 20 | 105 | 32 |
| Binary | 1101111 | 101100 | 10100 | 0 | 111100 | 1010010 | 111000 | 10000 | 1000101 | 11010 |
Color Harmonies of #6F2C14
Complementary color
Monochromatic Colors of #6F2C14
Black with #6F2C14
Text Example
Text Example
White with #6F2C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2C14; }
p { color: rgb(111,44,20); }
H1.HeaderClassName
{
color: #6F2C14;
}
.AnyTagClassName
{
color: #6F2C14;
}
</style>
background-color css
<style>
a { background-color: #6F2C14; }
a { background-color: rgb(111,44,20); }
div.DivClassName
{
background-color: #6F2C14;
}
.BgClassName
{
background-color: #6F2C14;
}
</style>
border-color css
<style>
span { border-color: #6F2C14; }
span { border-color: rgb(111,44,20); }
td.TdClassName
{
border-color: #6F2C14;
}
.TagClassName
{
border-color: #6F2C14;
}
</style>