Shades of Pueblo #6F2D1F
Tints of Pueblo #6F2D1F
RGB
CMYK
RGB Variations
Color information
#6F2D1F (or 0x6F2D1F) is known color: Pueblo. HEX triplet: 6F, 2D and 1F. RGB value is (111,45,31). Sum of RGB (Red+Green+Blue) = 111+45+31=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2D1F is #90D2E0. Grayscale: #3F3F3F. Windows color (decimal): -9491169 or 2043247. OLE color: 2043247.
HSL color Cylindrical-coordinate representation of color #6F2D1F: hue angle of 10.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F2D1F is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 45 | 31 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.56 |
| HSL | 10.5º | 0.56% | 0.28% | - |
| HSV(B) | 10.5º | 0.72% | 0.44% | - |
| XYZ | 7.74 | 5.36 | 1.92 | - |
| YUV | 63.14 | 109.87 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 31 | 0 | 0.59 | 0.72 | 0.56 | 10.5 | 0.56 | 0.28 |
| Hex | 6F | 2D | 1F | 0 | 3B | 48 | 38 | A | 38 | 1C |
| Octal | 157 | 55 | 37 | 0 | 73 | 110 | 70 | 12 | 70 | 34 |
| Binary | 1101111 | 101101 | 11111 | 0 | 111011 | 1001000 | 111000 | 1010 | 111000 | 11100 |
Color Harmonies of #6F2D1F
Complementary color
Monochromatic Colors of #6F2D1F
Black with #6F2D1F
Text Example
Text Example
White with #6F2D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2D1F; }
p { color: rgb(111,45,31); }
H1.HeaderClassName
{
color: #6F2D1F;
}
.AnyTagClassName
{
color: #6F2D1F;
}
</style>
background-color css
<style>
a { background-color: #6F2D1F; }
a { background-color: rgb(111,45,31); }
div.DivClassName
{
background-color: #6F2D1F;
}
.BgClassName
{
background-color: #6F2D1F;
}
</style>
border-color css
<style>
span { border-color: #6F2D1F; }
span { border-color: rgb(111,45,31); }
td.TdClassName
{
border-color: #6F2D1F;
}
.TagClassName
{
border-color: #6F2D1F;
}
</style>