Shades of Pueblo #6D251A
Tints of Pueblo #6D251A
RGB
CMYK
RGB Variations
Color information
#6D251A (or 0x6D251A) is known color: Pueblo. HEX triplet: 6D, 25 and 1A. RGB value is (109,37,26). Sum of RGB (Red+Green+Blue) = 109+37+26=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D251A is #92DAE5. Grayscale: #393939. Windows color (decimal): -9624294 or 1713517. OLE color: 1713517.
HSL color Cylindrical-coordinate representation of color #6D251A: hue angle of 7.95º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D251A is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 37 | 26 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.57 |
| HSL | 7.95º | 0.61% | 0.26% | - |
| HSV(B) | 7.95º | 0.76% | 0.43% | - |
| XYZ | 7.15 | 4.65 | 1.5 | - |
| YUV | 57.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 26 | 0 | 0.66 | 0.76 | 0.57 | 7.95 | 0.61 | 0.26 |
| Hex | 6D | 25 | 1A | 0 | 42 | 4C | 39 | 8 | 3D | 1A |
| Octal | 155 | 45 | 32 | 0 | 102 | 114 | 71 | 10 | 75 | 32 |
| Binary | 1101101 | 100101 | 11010 | 0 | 1000010 | 1001100 | 111001 | 1000 | 111101 | 11010 |
Color Harmonies of #6D251A
Complementary color
Monochromatic Colors of #6D251A
Black with #6D251A
Text Example
Text Example
White with #6D251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D251A; }
p { color: rgb(109,37,26); }
H1.HeaderClassName
{
color: #6D251A;
}
.AnyTagClassName
{
color: #6D251A;
}
</style>
background-color css
<style>
a { background-color: #6D251A; }
a { background-color: rgb(109,37,26); }
div.DivClassName
{
background-color: #6D251A;
}
.BgClassName
{
background-color: #6D251A;
}
</style>
border-color css
<style>
span { border-color: #6D251A; }
span { border-color: rgb(109,37,26); }
td.TdClassName
{
border-color: #6D251A;
}
.TagClassName
{
border-color: #6D251A;
}
</style>