Shades of Pueblo #6F3027
Tints of Pueblo #6F3027
RGB
CMYK
RGB Variations
Color information
#6F3027 (or 0x6F3027) is known color: Pueblo. HEX triplet: 6F, 30 and 27. RGB value is (111,48,39). Sum of RGB (Red+Green+Blue) = 111+48+39=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3027 is #90CFD8. Grayscale: #414141. Windows color (decimal): -9490393 or 2568303. OLE color: 2568303.
HSL color Cylindrical-coordinate representation of color #6F3027: hue angle of 7.5º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F3027 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 48 | 39 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.56 |
| HSL | 7.5º | 0.48% | 0.29% | - |
| HSV(B) | 7.5º | 0.65% | 0.44% | - |
| XYZ | 7.98 | 5.64 | 2.59 | - |
| YUV | 65.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 39 | 0 | 0.57 | 0.65 | 0.56 | 7.5 | 0.48 | 0.29 |
| Hex | 6F | 30 | 27 | 0 | 39 | 41 | 38 | 8 | 30 | 1D |
| Octal | 157 | 60 | 47 | 0 | 71 | 101 | 70 | 10 | 60 | 35 |
| Binary | 1101111 | 110000 | 100111 | 0 | 111001 | 1000001 | 111000 | 1000 | 110000 | 11101 |
Color Harmonies of #6F3027
Complementary color
Monochromatic Colors of #6F3027
Black with #6F3027
Text Example
Text Example
White with #6F3027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3027; }
p { color: rgb(111,48,39); }
H1.HeaderClassName
{
color: #6F3027;
}
.AnyTagClassName
{
color: #6F3027;
}
</style>
background-color css
<style>
a { background-color: #6F3027; }
a { background-color: rgb(111,48,39); }
div.DivClassName
{
background-color: #6F3027;
}
.BgClassName
{
background-color: #6F3027;
}
</style>
border-color css
<style>
span { border-color: #6F3027; }
span { border-color: rgb(111,48,39); }
td.TdClassName
{
border-color: #6F3027;
}
.TagClassName
{
border-color: #6F3027;
}
</style>