Shades of Pueblo #6F2910
Tints of Pueblo #6F2910
RGB
CMYK
RGB Variations
Color information
#6F2910 (or 0x6F2910) is known color: Pueblo. HEX triplet: 6F, 29 and 10. RGB value is (111,41,16). Sum of RGB (Red+Green+Blue) = 111+41+16=168 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.07% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2910 is #90D6EF. Grayscale: #3B3B3B. Windows color (decimal): -9492208 or 1059183. OLE color: 1059183.
HSL color Cylindrical-coordinate representation of color #6F2910: hue angle of 15.79º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F2910 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 16 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.56 |
| HSL | 15.79º | 0.75% | 0.25% | - |
| HSV(B) | 15.79º | 0.86% | 0.44% | - |
| XYZ | 7.44 | 5 | 1.06 | - |
| YUV | 59.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 16 | 0 | 0.63 | 0.86 | 0.56 | 15.79 | 0.75 | 0.25 |
| Hex | 6F | 29 | 10 | 0 | 3F | 56 | 38 | 10 | 4B | 19 |
| Octal | 157 | 51 | 20 | 0 | 77 | 126 | 70 | 20 | 113 | 31 |
| Binary | 1101111 | 101001 | 10000 | 0 | 111111 | 1010110 | 111000 | 10000 | 1001011 | 11001 |
Color Harmonies of #6F2910
Complementary color
Monochromatic Colors of #6F2910
Black with #6F2910
Text Example
Text Example
White with #6F2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2910; }
p { color: rgb(111,41,16); }
H1.HeaderClassName
{
color: #6F2910;
}
.AnyTagClassName
{
color: #6F2910;
}
</style>
background-color css
<style>
a { background-color: #6F2910; }
a { background-color: rgb(111,41,16); }
div.DivClassName
{
background-color: #6F2910;
}
.BgClassName
{
background-color: #6F2910;
}
</style>
border-color css
<style>
span { border-color: #6F2910; }
span { border-color: rgb(111,41,16); }
td.TdClassName
{
border-color: #6F2910;
}
.TagClassName
{
border-color: #6F2910;
}
</style>