Shades of Pueblo #6F2D1E
Tints of Pueblo #6F2D1E
RGB
CMYK
RGB Variations
Color information
#6F2D1E (or 0x6F2D1E) is known color: Pueblo. HEX triplet: 6F, 2D and 1E. RGB value is (111,45,30). Sum of RGB (Red+Green+Blue) = 111+45+30=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2D1E is #90D2E1. Grayscale: #3F3F3F. Windows color (decimal): -9491170 or 1977711. OLE color: 1977711.
HSL color Cylindrical-coordinate representation of color #6F2D1E: hue angle of 11.11º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F2D1E is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 45 | 30 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.56 |
| HSL | 11.11º | 0.57% | 0.28% | - |
| HSV(B) | 11.11º | 0.73% | 0.44% | - |
| XYZ | 7.73 | 5.35 | 1.85 | - |
| YUV | 63.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 30 | 0 | 0.59 | 0.73 | 0.56 | 11.11 | 0.57 | 0.28 |
| Hex | 6F | 2D | 1E | 0 | 3B | 49 | 38 | B | 39 | 1C |
| Octal | 157 | 55 | 36 | 0 | 73 | 111 | 70 | 13 | 71 | 34 |
| Binary | 1101111 | 101101 | 11110 | 0 | 111011 | 1001001 | 111000 | 1011 | 111001 | 11100 |
Color Harmonies of #6F2D1E
Complementary color
Monochromatic Colors of #6F2D1E
Black with #6F2D1E
Text Example
Text Example
White with #6F2D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2D1E; }
p { color: rgb(111,45,30); }
H1.HeaderClassName
{
color: #6F2D1E;
}
.AnyTagClassName
{
color: #6F2D1E;
}
</style>
background-color css
<style>
a { background-color: #6F2D1E; }
a { background-color: rgb(111,45,30); }
div.DivClassName
{
background-color: #6F2D1E;
}
.BgClassName
{
background-color: #6F2D1E;
}
</style>
border-color css
<style>
span { border-color: #6F2D1E; }
span { border-color: rgb(111,45,30); }
td.TdClassName
{
border-color: #6F2D1E;
}
.TagClassName
{
border-color: #6F2D1E;
}
</style>