Shades of Pueblo #6D3726
Tints of Pueblo #6D3726
RGB
CMYK
RGB Variations
Color information
#6D3726 (or 0x6D3726) is known color: Pueblo. HEX triplet: 6D, 37 and 26. RGB value is (109,55,38). Sum of RGB (Red+Green+Blue) = 109+55+38=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3726 is #92C8D9. Grayscale: #454545. Windows color (decimal): -9619674 or 2504557. OLE color: 2504557.
HSL color Cylindrical-coordinate representation of color #6D3726: hue angle of 14.37º 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 #6D3726 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 55 | 38 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.57 |
| HSL | 14.37º | 0.48% | 0.29% | - |
| HSV(B) | 14.37º | 0.65% | 0.43% | - |
| XYZ | 8.02 | 6.12 | 2.59 | - |
| YUV | 69.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 38 | 0 | 0.50 | 0.65 | 0.57 | 14.37 | 0.48 | 0.29 |
| Hex | 6D | 37 | 26 | 0 | 32 | 41 | 39 | E | 30 | 1D |
| Octal | 155 | 67 | 46 | 0 | 62 | 101 | 71 | 16 | 60 | 35 |
| Binary | 1101101 | 110111 | 100110 | 0 | 110010 | 1000001 | 111001 | 1110 | 110000 | 11101 |
Color Harmonies of #6D3726
Complementary color
Monochromatic Colors of #6D3726
Black with #6D3726
Text Example
Text Example
White with #6D3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3726; }
p { color: rgb(109,55,38); }
H1.HeaderClassName
{
color: #6D3726;
}
.AnyTagClassName
{
color: #6D3726;
}
</style>
background-color css
<style>
a { background-color: #6D3726; }
a { background-color: rgb(109,55,38); }
div.DivClassName
{
background-color: #6D3726;
}
.BgClassName
{
background-color: #6D3726;
}
</style>
border-color css
<style>
span { border-color: #6D3726; }
span { border-color: rgb(109,55,38); }
td.TdClassName
{
border-color: #6D3726;
}
.TagClassName
{
border-color: #6D3726;
}
</style>