Shades of Pueblo #6E2F26
Tints of Pueblo #6E2F26
RGB
CMYK
RGB Variations
Color information
#6E2F26 (or 0x6E2F26) is known color: Pueblo. HEX triplet: 6E, 2F and 26. RGB value is (110,47,38). Sum of RGB (Red+Green+Blue) = 110+47+38=195 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.41% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2F26 is #91D0D9. Grayscale: #404040. Windows color (decimal): -9556186 or 2502510. OLE color: 2502510.
HSL color Cylindrical-coordinate representation of color #6E2F26: hue angle of 7.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E2F26 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 47 | 38 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.57 |
| HSL | 7.5º | 0.49% | 0.29% | - |
| HSV(B) | 7.5º | 0.65% | 0.43% | - |
| XYZ | 7.8 | 5.49 | 2.48 | - |
| YUV | 64.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 47 | 38 | 0 | 0.57 | 0.65 | 0.57 | 7.5 | 0.49 | 0.29 |
| Hex | 6E | 2F | 26 | 0 | 39 | 41 | 39 | 8 | 31 | 1D |
| Octal | 156 | 57 | 46 | 0 | 71 | 101 | 71 | 10 | 61 | 35 |
| Binary | 1101110 | 101111 | 100110 | 0 | 111001 | 1000001 | 111001 | 1000 | 110001 | 11101 |
Color Harmonies of #6E2F26
Complementary color
Monochromatic Colors of #6E2F26
Black with #6E2F26
Text Example
Text Example
White with #6E2F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2F26; }
p { color: rgb(110,47,38); }
H1.HeaderClassName
{
color: #6E2F26;
}
.AnyTagClassName
{
color: #6E2F26;
}
</style>
background-color css
<style>
a { background-color: #6E2F26; }
a { background-color: rgb(110,47,38); }
div.DivClassName
{
background-color: #6E2F26;
}
.BgClassName
{
background-color: #6E2F26;
}
</style>
border-color css
<style>
span { border-color: #6E2F26; }
span { border-color: rgb(110,47,38); }
td.TdClassName
{
border-color: #6E2F26;
}
.TagClassName
{
border-color: #6E2F26;
}
</style>