Shades of Pueblo #6D3524
Tints of Pueblo #6D3524
RGB
CMYK
RGB Variations
Color information
#6D3524 (or 0x6D3524) is known color: Pueblo. HEX triplet: 6D, 35 and 24. RGB value is (109,53,36). Sum of RGB (Red+Green+Blue) = 109+53+36=198 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.05% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3524 is #92CADB. Grayscale: #434343. Windows color (decimal): -9620188 or 2372973. OLE color: 2372973.
HSL color Cylindrical-coordinate representation of color #6D3524: hue angle of 13.97º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D3524 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 53 | 36 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.57 |
| HSL | 13.97º | 0.5% | 0.28% | - |
| HSV(B) | 13.97º | 0.67% | 0.43% | - |
| XYZ | 7.9 | 5.92 | 2.4 | - |
| YUV | 67.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 36 | 0 | 0.51 | 0.67 | 0.57 | 13.97 | 0.5 | 0.28 |
| Hex | 6D | 35 | 24 | 0 | 33 | 43 | 39 | E | 32 | 1C |
| Octal | 155 | 65 | 44 | 0 | 63 | 103 | 71 | 16 | 62 | 34 |
| Binary | 1101101 | 110101 | 100100 | 0 | 110011 | 1000011 | 111001 | 1110 | 110010 | 11100 |
Color Harmonies of #6D3524
Complementary color
Monochromatic Colors of #6D3524
Black with #6D3524
Text Example
Text Example
White with #6D3524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3524; }
p { color: rgb(109,53,36); }
H1.HeaderClassName
{
color: #6D3524;
}
.AnyTagClassName
{
color: #6D3524;
}
</style>
background-color css
<style>
a { background-color: #6D3524; }
a { background-color: rgb(109,53,36); }
div.DivClassName
{
background-color: #6D3524;
}
.BgClassName
{
background-color: #6D3524;
}
</style>
border-color css
<style>
span { border-color: #6D3524; }
span { border-color: rgb(109,53,36); }
td.TdClassName
{
border-color: #6D3524;
}
.TagClassName
{
border-color: #6D3524;
}
</style>