Shades of Pueblo #6F2F1C
Tints of Pueblo #6F2F1C
RGB
CMYK
RGB Variations
Color information
#6F2F1C (or 0x6F2F1C) is known color: Pueblo. HEX triplet: 6F, 2F and 1C. RGB value is (111,47,28). Sum of RGB (Red+Green+Blue) = 111+47+28=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2F1C is #90D0E3. Grayscale: #404040. Windows color (decimal): -9490660 or 1847151. OLE color: 1847151.
HSL color Cylindrical-coordinate representation of color #6F2F1C: hue angle of 13.73º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F2F1C is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 47 | 28 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.56 |
| HSL | 13.73º | 0.6% | 0.27% | - |
| HSV(B) | 13.73º | 0.75% | 0.44% | - |
| XYZ | 7.78 | 5.5 | 1.75 | - |
| YUV | 63.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 28 | 0 | 0.58 | 0.75 | 0.56 | 13.73 | 0.6 | 0.27 |
| Hex | 6F | 2F | 1C | 0 | 3A | 4B | 38 | E | 3C | 1B |
| Octal | 157 | 57 | 34 | 0 | 72 | 113 | 70 | 16 | 74 | 33 |
| Binary | 1101111 | 101111 | 11100 | 0 | 111010 | 1001011 | 111000 | 1110 | 111100 | 11011 |
Color Harmonies of #6F2F1C
Complementary color
Monochromatic Colors of #6F2F1C
Black with #6F2F1C
Text Example
Text Example
White with #6F2F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2F1C; }
p { color: rgb(111,47,28); }
H1.HeaderClassName
{
color: #6F2F1C;
}
.AnyTagClassName
{
color: #6F2F1C;
}
</style>
background-color css
<style>
a { background-color: #6F2F1C; }
a { background-color: rgb(111,47,28); }
div.DivClassName
{
background-color: #6F2F1C;
}
.BgClassName
{
background-color: #6F2F1C;
}
</style>
border-color css
<style>
span { border-color: #6F2F1C; }
span { border-color: rgb(111,47,28); }
td.TdClassName
{
border-color: #6F2F1C;
}
.TagClassName
{
border-color: #6F2F1C;
}
</style>