Shades of Pueblo #6F271D
Tints of Pueblo #6F271D
RGB
CMYK
RGB Variations
Color information
#6F271D (or 0x6F271D) is known color: Pueblo. HEX triplet: 6F, 27 and 1D. RGB value is (111,39,29). Sum of RGB (Red+Green+Blue) = 111+39+29=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F271D is #90D8E2. Grayscale: #3B3B3B. Windows color (decimal): -9492707 or 1910639. OLE color: 1910639.
HSL color Cylindrical-coordinate representation of color #6F271D: hue angle of 7.32º 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 #6F271D is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 29 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.56 |
| HSL | 7.32º | 0.59% | 0.27% | - |
| HSV(B) | 7.32º | 0.74% | 0.44% | - |
| XYZ | 7.5 | 4.92 | 1.72 | - |
| YUV | 59.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 29 | 0 | 0.65 | 0.74 | 0.56 | 7.32 | 0.59 | 0.27 |
| Hex | 6F | 27 | 1D | 0 | 41 | 4A | 38 | 7 | 3B | 1B |
| Octal | 157 | 47 | 35 | 0 | 101 | 112 | 70 | 7 | 73 | 33 |
| Binary | 1101111 | 100111 | 11101 | 0 | 1000001 | 1001010 | 111000 | 111 | 111011 | 11011 |
Color Harmonies of #6F271D
Complementary color
Monochromatic Colors of #6F271D
Black with #6F271D
Text Example
Text Example
White with #6F271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F271D; }
p { color: rgb(111,39,29); }
H1.HeaderClassName
{
color: #6F271D;
}
.AnyTagClassName
{
color: #6F271D;
}
</style>
background-color css
<style>
a { background-color: #6F271D; }
a { background-color: rgb(111,39,29); }
div.DivClassName
{
background-color: #6F271D;
}
.BgClassName
{
background-color: #6F271D;
}
</style>
border-color css
<style>
span { border-color: #6F271D; }
span { border-color: rgb(111,39,29); }
td.TdClassName
{
border-color: #6F271D;
}
.TagClassName
{
border-color: #6F271D;
}
</style>