Shades of Pueblo #6F2D1B
Tints of Pueblo #6F2D1B
RGB
CMYK
RGB Variations
Color information
#6F2D1B (or 0x6F2D1B) is known color: Pueblo. HEX triplet: 6F, 2D and 1B. RGB value is (111,45,27). Sum of RGB (Red+Green+Blue) = 111+45+27=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2D1B is #90D2E4. Grayscale: #3E3E3E. Windows color (decimal): -9491173 or 1781103. OLE color: 1781103.
HSL color Cylindrical-coordinate representation of color #6F2D1B: hue angle of 12.86º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F2D1B is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 45 | 27 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.56 |
| HSL | 12.86º | 0.61% | 0.27% | - |
| HSV(B) | 12.86º | 0.76% | 0.44% | - |
| XYZ | 7.69 | 5.34 | 1.66 | - |
| YUV | 62.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 27 | 0 | 0.59 | 0.76 | 0.56 | 12.86 | 0.61 | 0.27 |
| Hex | 6F | 2D | 1B | 0 | 3B | 4C | 38 | D | 3D | 1B |
| Octal | 157 | 55 | 33 | 0 | 73 | 114 | 70 | 15 | 75 | 33 |
| Binary | 1101111 | 101101 | 11011 | 0 | 111011 | 1001100 | 111000 | 1101 | 111101 | 11011 |
Color Harmonies of #6F2D1B
Complementary color
Monochromatic Colors of #6F2D1B
Black with #6F2D1B
Text Example
Text Example
White with #6F2D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2D1B; }
p { color: rgb(111,45,27); }
H1.HeaderClassName
{
color: #6F2D1B;
}
.AnyTagClassName
{
color: #6F2D1B;
}
</style>
background-color css
<style>
a { background-color: #6F2D1B; }
a { background-color: rgb(111,45,27); }
div.DivClassName
{
background-color: #6F2D1B;
}
.BgClassName
{
background-color: #6F2D1B;
}
</style>
border-color css
<style>
span { border-color: #6F2D1B; }
span { border-color: rgb(111,45,27); }
td.TdClassName
{
border-color: #6F2D1B;
}
.TagClassName
{
border-color: #6F2D1B;
}
</style>