Shades of Pueblo #6E2511
Tints of Pueblo #6E2511
RGB
CMYK
RGB Variations
Color information
#6E2511 (or 0x6E2511) is known color: Pueblo. HEX triplet: 6E, 25 and 11. RGB value is (110,37,17). Sum of RGB (Red+Green+Blue) = 110+37+17=164 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.07% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2511 is #91DAEE. Grayscale: #383838. Windows color (decimal): -9558767 or 1123694. OLE color: 1123694.
HSL color Cylindrical-coordinate representation of color #6E2511: hue angle of 12.9º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E2511 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 37 | 17 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.57 |
| HSL | 12.9º | 0.73% | 0.25% | - |
| HSV(B) | 12.9º | 0.85% | 0.43% | - |
| XYZ | 7.19 | 4.68 | 1.05 | - |
| YUV | 56.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 17 | 0 | 0.66 | 0.85 | 0.57 | 12.9 | 0.73 | 0.25 |
| Hex | 6E | 25 | 11 | 0 | 42 | 55 | 39 | D | 49 | 19 |
| Octal | 156 | 45 | 21 | 0 | 102 | 125 | 71 | 15 | 111 | 31 |
| Binary | 1101110 | 100101 | 10001 | 0 | 1000010 | 1010101 | 111001 | 1101 | 1001001 | 11001 |
Color Harmonies of #6E2511
Complementary color
Monochromatic Colors of #6E2511
Black with #6E2511
Text Example
Text Example
White with #6E2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2511; }
p { color: rgb(110,37,17); }
H1.HeaderClassName
{
color: #6E2511;
}
.AnyTagClassName
{
color: #6E2511;
}
</style>
background-color css
<style>
a { background-color: #6E2511; }
a { background-color: rgb(110,37,17); }
div.DivClassName
{
background-color: #6E2511;
}
.BgClassName
{
background-color: #6E2511;
}
</style>
border-color css
<style>
span { border-color: #6E2511; }
span { border-color: rgb(110,37,17); }
td.TdClassName
{
border-color: #6E2511;
}
.TagClassName
{
border-color: #6E2511;
}
</style>