Shades of Pueblo #6F2412
Tints of Pueblo #6F2412
RGB
CMYK
RGB Variations
Color information
#6F2412 (or 0x6F2412) is known color: Pueblo. HEX triplet: 6F, 24 and 12. RGB value is (111,36,18). Sum of RGB (Red+Green+Blue) = 111+36+18=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2412 is #90DBED. Grayscale: #383838. Windows color (decimal): -9493486 or 1188975. OLE color: 1188975.
HSL color Cylindrical-coordinate representation of color #6F2412: hue angle of 11.61º 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 #6F2412 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 18 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.56 |
| HSL | 11.61º | 0.72% | 0.25% | - |
| HSV(B) | 11.61º | 0.84% | 0.44% | - |
| XYZ | 7.3 | 4.68 | 1.09 | - |
| YUV | 56.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 18 | 0 | 0.68 | 0.84 | 0.56 | 11.61 | 0.72 | 0.25 |
| Hex | 6F | 24 | 12 | 0 | 44 | 54 | 38 | C | 48 | 19 |
| Octal | 157 | 44 | 22 | 0 | 104 | 124 | 70 | 14 | 110 | 31 |
| Binary | 1101111 | 100100 | 10010 | 0 | 1000100 | 1010100 | 111000 | 1100 | 1001000 | 11001 |
Color Harmonies of #6F2412
Complementary color
Monochromatic Colors of #6F2412
Black with #6F2412
Text Example
Text Example
White with #6F2412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2412; }
p { color: rgb(111,36,18); }
H1.HeaderClassName
{
color: #6F2412;
}
.AnyTagClassName
{
color: #6F2412;
}
</style>
background-color css
<style>
a { background-color: #6F2412; }
a { background-color: rgb(111,36,18); }
div.DivClassName
{
background-color: #6F2412;
}
.BgClassName
{
background-color: #6F2412;
}
</style>
border-color css
<style>
span { border-color: #6F2412; }
span { border-color: rgb(111,36,18); }
td.TdClassName
{
border-color: #6F2412;
}
.TagClassName
{
border-color: #6F2412;
}
</style>