Shades of Pueblo #6D3325
Tints of Pueblo #6D3325
RGB
CMYK
RGB Variations
Color information
#6D3325 (or 0x6D3325) is known color: Pueblo. HEX triplet: 6D, 33 and 25. RGB value is (109,51,37). Sum of RGB (Red+Green+Blue) = 109+51+37=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3325 is #92CCDA. Grayscale: #424242. Windows color (decimal): -9620699 or 2437997. OLE color: 2437997.
HSL color Cylindrical-coordinate representation of color #6D3325: hue angle of 11.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D3325 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 37 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.57 |
| HSL | 11.67º | 0.49% | 0.29% | - |
| HSV(B) | 11.67º | 0.66% | 0.43% | - |
| XYZ | 7.82 | 5.75 | 2.45 | - |
| YUV | 66.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 37 | 0 | 0.53 | 0.66 | 0.57 | 11.67 | 0.49 | 0.29 |
| Hex | 6D | 33 | 25 | 0 | 35 | 42 | 39 | C | 31 | 1D |
| Octal | 155 | 63 | 45 | 0 | 65 | 102 | 71 | 14 | 61 | 35 |
| Binary | 1101101 | 110011 | 100101 | 0 | 110101 | 1000010 | 111001 | 1100 | 110001 | 11101 |
Color Harmonies of #6D3325
Complementary color
Monochromatic Colors of #6D3325
Black with #6D3325
Text Example
Text Example
White with #6D3325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3325; }
p { color: rgb(109,51,37); }
H1.HeaderClassName
{
color: #6D3325;
}
.AnyTagClassName
{
color: #6D3325;
}
</style>
background-color css
<style>
a { background-color: #6D3325; }
a { background-color: rgb(109,51,37); }
div.DivClassName
{
background-color: #6D3325;
}
.BgClassName
{
background-color: #6D3325;
}
</style>
border-color css
<style>
span { border-color: #6D3325; }
span { border-color: rgb(109,51,37); }
td.TdClassName
{
border-color: #6D3325;
}
.TagClassName
{
border-color: #6D3325;
}
</style>