Shades of Pueblo #6E251B
Tints of Pueblo #6E251B
RGB
CMYK
RGB Variations
Color information
#6E251B (or 0x6E251B) is known color: Pueblo. HEX triplet: 6E, 25 and 1B. RGB value is (110,37,27). Sum of RGB (Red+Green+Blue) = 110+37+27=174 (23% of max value = 765). Red value is 110 (43.36% from 255 or 63.22% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 110 - color contains mainly: red. Hex color #6E251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E251B is #91DAE4. Grayscale: #393939. Windows color (decimal): -9558757 or 1779054. OLE color: 1779054.
HSL color Cylindrical-coordinate representation of color #6E251B: hue angle of 7.23º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E251B is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 37 | 27 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.57 |
| HSL | 7.23º | 0.61% | 0.27% | - |
| HSV(B) | 7.23º | 0.75% | 0.43% | - |
| XYZ | 7.29 | 4.72 | 1.56 | - |
| YUV | 57.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 27 | 0 | 0.66 | 0.75 | 0.57 | 7.23 | 0.61 | 0.27 |
| Hex | 6E | 25 | 1B | 0 | 42 | 4B | 39 | 7 | 3D | 1B |
| Octal | 156 | 45 | 33 | 0 | 102 | 113 | 71 | 7 | 75 | 33 |
| Binary | 1101110 | 100101 | 11011 | 0 | 1000010 | 1001011 | 111001 | 111 | 111101 | 11011 |
Color Harmonies of #6E251B
Complementary color
Monochromatic Colors of #6E251B
Black with #6E251B
Text Example
Text Example
White with #6E251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E251B; }
p { color: rgb(110,37,27); }
H1.HeaderClassName
{
color: #6E251B;
}
.AnyTagClassName
{
color: #6E251B;
}
</style>
background-color css
<style>
a { background-color: #6E251B; }
a { background-color: rgb(110,37,27); }
div.DivClassName
{
background-color: #6E251B;
}
.BgClassName
{
background-color: #6E251B;
}
</style>
border-color css
<style>
span { border-color: #6E251B; }
span { border-color: rgb(110,37,27); }
td.TdClassName
{
border-color: #6E251B;
}
.TagClassName
{
border-color: #6E251B;
}
</style>