Shades of Pueblo #6F2519
Tints of Pueblo #6F2519
RGB
CMYK
RGB Variations
Color information
#6F2519 (or 0x6F2519) is known color: Pueblo. HEX triplet: 6F, 25 and 19. RGB value is (111,37,25). Sum of RGB (Red+Green+Blue) = 111+37+25=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2519 is #90DAE6. Grayscale: #393939. Windows color (decimal): -9493223 or 1647983. OLE color: 1647983.
HSL color Cylindrical-coordinate representation of color #6F2519: hue angle of 8.37º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F2519 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 25 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.56 |
| HSL | 8.37º | 0.63% | 0.27% | - |
| HSV(B) | 8.37º | 0.77% | 0.44% | - |
| XYZ | 7.39 | 4.77 | 1.45 | - |
| YUV | 57.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 25 | 0 | 0.67 | 0.77 | 0.56 | 8.37 | 0.63 | 0.27 |
| Hex | 6F | 25 | 19 | 0 | 43 | 4D | 38 | 8 | 3F | 1B |
| Octal | 157 | 45 | 31 | 0 | 103 | 115 | 70 | 10 | 77 | 33 |
| Binary | 1101111 | 100101 | 11001 | 0 | 1000011 | 1001101 | 111000 | 1000 | 111111 | 11011 |
Color Harmonies of #6F2519
Complementary color
Monochromatic Colors of #6F2519
Black with #6F2519
Text Example
Text Example
White with #6F2519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2519; }
p { color: rgb(111,37,25); }
H1.HeaderClassName
{
color: #6F2519;
}
.AnyTagClassName
{
color: #6F2519;
}
</style>
background-color css
<style>
a { background-color: #6F2519; }
a { background-color: rgb(111,37,25); }
div.DivClassName
{
background-color: #6F2519;
}
.BgClassName
{
background-color: #6F2519;
}
</style>
border-color css
<style>
span { border-color: #6F2519; }
span { border-color: rgb(111,37,25); }
td.TdClassName
{
border-color: #6F2519;
}
.TagClassName
{
border-color: #6F2519;
}
</style>