Shades of Pueblo #6F2712
Tints of Pueblo #6F2712
RGB
CMYK
RGB Variations
Color information
#6F2712 (or 0x6F2712) is known color: Pueblo. HEX triplet: 6F, 27 and 12. RGB value is (111,39,18). Sum of RGB (Red+Green+Blue) = 111+39+18=168 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.07% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2712 is #90D8ED. Grayscale: #3A3A3A. Windows color (decimal): -9492718 or 1189743. OLE color: 1189743.
HSL color Cylindrical-coordinate representation of color #6F2712: hue angle of 13.55º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F2712 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 18 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.56 |
| HSL | 13.55º | 0.72% | 0.25% | - |
| HSV(B) | 13.55º | 0.84% | 0.44% | - |
| XYZ | 7.39 | 4.87 | 1.12 | - |
| YUV | 58.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 18 | 0 | 0.65 | 0.84 | 0.56 | 13.55 | 0.72 | 0.25 |
| Hex | 6F | 27 | 12 | 0 | 41 | 54 | 38 | E | 48 | 19 |
| Octal | 157 | 47 | 22 | 0 | 101 | 124 | 70 | 16 | 110 | 31 |
| Binary | 1101111 | 100111 | 10010 | 0 | 1000001 | 1010100 | 111000 | 1110 | 1001000 | 11001 |
Color Harmonies of #6F2712
Complementary color
Monochromatic Colors of #6F2712
Black with #6F2712
Text Example
Text Example
White with #6F2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2712; }
p { color: rgb(111,39,18); }
H1.HeaderClassName
{
color: #6F2712;
}
.AnyTagClassName
{
color: #6F2712;
}
</style>
background-color css
<style>
a { background-color: #6F2712; }
a { background-color: rgb(111,39,18); }
div.DivClassName
{
background-color: #6F2712;
}
.BgClassName
{
background-color: #6F2712;
}
</style>
border-color css
<style>
span { border-color: #6F2712; }
span { border-color: rgb(111,39,18); }
td.TdClassName
{
border-color: #6F2712;
}
.TagClassName
{
border-color: #6F2712;
}
</style>