Shades of Pueblo #6D3828
Tints of Pueblo #6D3828
RGB
CMYK
RGB Variations
Color information
#6D3828 (or 0x6D3828) is known color: Pueblo. HEX triplet: 6D, 38 and 28. RGB value is (109,56,40). Sum of RGB (Red+Green+Blue) = 109+56+40=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3828 is #92C7D7. Grayscale: #464646. Windows color (decimal): -9619416 or 2635885. OLE color: 2635885.
HSL color Cylindrical-coordinate representation of color #6D3828: hue angle of 13.91º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D3828 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 56 | 40 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.57 |
| HSL | 13.91º | 0.46% | 0.29% | - |
| HSV(B) | 13.91º | 0.63% | 0.43% | - |
| XYZ | 8.1 | 6.23 | 2.78 | - |
| YUV | 70.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 56 | 40 | 0 | 0.49 | 0.63 | 0.57 | 13.91 | 0.46 | 0.29 |
| Hex | 6D | 38 | 28 | 0 | 31 | 3F | 39 | E | 2E | 1D |
| Octal | 155 | 70 | 50 | 0 | 61 | 77 | 71 | 16 | 56 | 35 |
| Binary | 1101101 | 111000 | 101000 | 0 | 110001 | 111111 | 111001 | 1110 | 101110 | 11101 |
Color Harmonies of #6D3828
Complementary color
Monochromatic Colors of #6D3828
Black with #6D3828
Text Example
Text Example
White with #6D3828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3828; }
p { color: rgb(109,56,40); }
H1.HeaderClassName
{
color: #6D3828;
}
.AnyTagClassName
{
color: #6D3828;
}
</style>
background-color css
<style>
a { background-color: #6D3828; }
a { background-color: rgb(109,56,40); }
div.DivClassName
{
background-color: #6D3828;
}
.BgClassName
{
background-color: #6D3828;
}
</style>
border-color css
<style>
span { border-color: #6D3828; }
span { border-color: rgb(109,56,40); }
td.TdClassName
{
border-color: #6D3828;
}
.TagClassName
{
border-color: #6D3828;
}
</style>