Shades of Pueblo #6F2D1D
Tints of Pueblo #6F2D1D
RGB
CMYK
RGB Variations
Color information
#6F2D1D (or 0x6F2D1D) is known color: Pueblo. HEX triplet: 6F, 2D and 1D. RGB value is (111,45,29). Sum of RGB (Red+Green+Blue) = 111+45+29=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2D1D is #90D2E2. Grayscale: #3F3F3F. Windows color (decimal): -9491171 or 1912175. OLE color: 1912175.
HSL color Cylindrical-coordinate representation of color #6F2D1D: hue angle of 11.71º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F2D1D is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 45 | 29 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.56 |
| HSL | 11.71º | 0.59% | 0.27% | - |
| HSV(B) | 11.71º | 0.74% | 0.44% | - |
| XYZ | 7.72 | 5.34 | 1.79 | - |
| YUV | 62.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 29 | 0 | 0.59 | 0.74 | 0.56 | 11.71 | 0.59 | 0.27 |
| Hex | 6F | 2D | 1D | 0 | 3B | 4A | 38 | C | 3B | 1B |
| Octal | 157 | 55 | 35 | 0 | 73 | 112 | 70 | 14 | 73 | 33 |
| Binary | 1101111 | 101101 | 11101 | 0 | 111011 | 1001010 | 111000 | 1100 | 111011 | 11011 |
Color Harmonies of #6F2D1D
Complementary color
Monochromatic Colors of #6F2D1D
Black with #6F2D1D
Text Example
Text Example
White with #6F2D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2D1D; }
p { color: rgb(111,45,29); }
H1.HeaderClassName
{
color: #6F2D1D;
}
.AnyTagClassName
{
color: #6F2D1D;
}
</style>
background-color css
<style>
a { background-color: #6F2D1D; }
a { background-color: rgb(111,45,29); }
div.DivClassName
{
background-color: #6F2D1D;
}
.BgClassName
{
background-color: #6F2D1D;
}
</style>
border-color css
<style>
span { border-color: #6F2D1D; }
span { border-color: rgb(111,45,29); }
td.TdClassName
{
border-color: #6F2D1D;
}
.TagClassName
{
border-color: #6F2D1D;
}
</style>