Shades of Pueblo #6E2E25
Tints of Pueblo #6E2E25
RGB
CMYK
RGB Variations
Color information
#6E2E25 (or 0x6E2E25) is known color: Pueblo. HEX triplet: 6E, 2E and 25. RGB value is (110,46,37). Sum of RGB (Red+Green+Blue) = 110+46+37=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2E25 is #91D1DA. Grayscale: #404040. Windows color (decimal): -9556443 or 2436718. OLE color: 2436718.
HSL color Cylindrical-coordinate representation of color #6E2E25: hue angle of 7.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E2E25 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 46 | 37 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.57 |
| HSL | 7.4º | 0.5% | 0.29% | - |
| HSV(B) | 7.4º | 0.66% | 0.43% | - |
| XYZ | 7.74 | 5.4 | 2.39 | - |
| YUV | 64.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 46 | 37 | 0 | 0.58 | 0.66 | 0.57 | 7.4 | 0.5 | 0.29 |
| Hex | 6E | 2E | 25 | 0 | 3A | 42 | 39 | 7 | 32 | 1D |
| Octal | 156 | 56 | 45 | 0 | 72 | 102 | 71 | 7 | 62 | 35 |
| Binary | 1101110 | 101110 | 100101 | 0 | 111010 | 1000010 | 111001 | 111 | 110010 | 11101 |
Color Harmonies of #6E2E25
Complementary color
Monochromatic Colors of #6E2E25
Black with #6E2E25
Text Example
Text Example
White with #6E2E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2E25; }
p { color: rgb(110,46,37); }
H1.HeaderClassName
{
color: #6E2E25;
}
.AnyTagClassName
{
color: #6E2E25;
}
</style>
background-color css
<style>
a { background-color: #6E2E25; }
a { background-color: rgb(110,46,37); }
div.DivClassName
{
background-color: #6E2E25;
}
.BgClassName
{
background-color: #6E2E25;
}
</style>
border-color css
<style>
span { border-color: #6E2E25; }
span { border-color: rgb(110,46,37); }
td.TdClassName
{
border-color: #6E2E25;
}
.TagClassName
{
border-color: #6E2E25;
}
</style>