Shades of Pueblo #6F2517
Tints of Pueblo #6F2517
RGB
CMYK
RGB Variations
Color information
#6F2517 (or 0x6F2517) is known color: Pueblo. HEX triplet: 6F, 25 and 17. RGB value is (111,37,23). Sum of RGB (Red+Green+Blue) = 111+37+23=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2517 is #90DAE8. Grayscale: #393939. Windows color (decimal): -9493225 or 1516911. OLE color: 1516911.
HSL color Cylindrical-coordinate representation of color #6F2517: hue angle of 9.55º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F2517 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 23 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.56 |
| HSL | 9.55º | 0.66% | 0.26% | - |
| HSV(B) | 9.55º | 0.79% | 0.44% | - |
| XYZ | 7.37 | 4.76 | 1.34 | - |
| YUV | 57.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 23 | 0 | 0.67 | 0.79 | 0.56 | 9.55 | 0.66 | 0.26 |
| Hex | 6F | 25 | 17 | 0 | 43 | 4F | 38 | A | 42 | 1A |
| Octal | 157 | 45 | 27 | 0 | 103 | 117 | 70 | 12 | 102 | 32 |
| Binary | 1101111 | 100101 | 10111 | 0 | 1000011 | 1001111 | 111000 | 1010 | 1000010 | 11010 |
Color Harmonies of #6F2517
Complementary color
Monochromatic Colors of #6F2517
Black with #6F2517
Text Example
Text Example
White with #6F2517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2517; }
p { color: rgb(111,37,23); }
H1.HeaderClassName
{
color: #6F2517;
}
.AnyTagClassName
{
color: #6F2517;
}
</style>
background-color css
<style>
a { background-color: #6F2517; }
a { background-color: rgb(111,37,23); }
div.DivClassName
{
background-color: #6F2517;
}
.BgClassName
{
background-color: #6F2517;
}
</style>
border-color css
<style>
span { border-color: #6F2517; }
span { border-color: rgb(111,37,23); }
td.TdClassName
{
border-color: #6F2517;
}
.TagClassName
{
border-color: #6F2517;
}
</style>