Shades of Pueblo #6D3626
Tints of Pueblo #6D3626
RGB
CMYK
RGB Variations
Color information
#6D3626 (or 0x6D3626) is known color: Pueblo. HEX triplet: 6D, 36 and 26. RGB value is (109,54,38). Sum of RGB (Red+Green+Blue) = 109+54+38=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3626 is #92C9D9. Grayscale: #444444. Windows color (decimal): -9619930 or 2504301. OLE color: 2504301.
HSL color Cylindrical-coordinate representation of color #6D3626: hue angle of 13.52º degrees, saturation: 0.48, 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 #6D3626 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 54 | 38 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.57 |
| HSL | 13.52º | 0.48% | 0.29% | - |
| HSV(B) | 13.52º | 0.65% | 0.43% | - |
| XYZ | 7.98 | 6.03 | 2.58 | - |
| YUV | 68.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 38 | 0 | 0.50 | 0.65 | 0.57 | 13.52 | 0.48 | 0.29 |
| Hex | 6D | 36 | 26 | 0 | 32 | 41 | 39 | E | 30 | 1D |
| Octal | 155 | 66 | 46 | 0 | 62 | 101 | 71 | 16 | 60 | 35 |
| Binary | 1101101 | 110110 | 100110 | 0 | 110010 | 1000001 | 111001 | 1110 | 110000 | 11101 |
Color Harmonies of #6D3626
Complementary color
Monochromatic Colors of #6D3626
Black with #6D3626
Text Example
Text Example
White with #6D3626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3626; }
p { color: rgb(109,54,38); }
H1.HeaderClassName
{
color: #6D3626;
}
.AnyTagClassName
{
color: #6D3626;
}
</style>
background-color css
<style>
a { background-color: #6D3626; }
a { background-color: rgb(109,54,38); }
div.DivClassName
{
background-color: #6D3626;
}
.BgClassName
{
background-color: #6D3626;
}
</style>
border-color css
<style>
span { border-color: #6D3626; }
span { border-color: rgb(109,54,38); }
td.TdClassName
{
border-color: #6D3626;
}
.TagClassName
{
border-color: #6D3626;
}
</style>