Shades of Pueblo #6D3225
Tints of Pueblo #6D3225
RGB
CMYK
RGB Variations
Color information
#6D3225 (or 0x6D3225) is known color: Pueblo. HEX triplet: 6D, 32 and 25. RGB value is (109,50,37). Sum of RGB (Red+Green+Blue) = 109+50+37=196 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.61% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3225 is #92CDDA. Grayscale: #424242. Windows color (decimal): -9620955 or 2437741. OLE color: 2437741.
HSL color Cylindrical-coordinate representation of color #6D3225: hue angle of 10.83º 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 #6D3225 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 50 | 37 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.57 |
| HSL | 10.83º | 0.49% | 0.29% | - |
| HSV(B) | 10.83º | 0.66% | 0.43% | - |
| XYZ | 7.78 | 5.67 | 2.43 | - |
| YUV | 66.16 | 111.55 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 37 | 0 | 0.54 | 0.66 | 0.57 | 10.83 | 0.49 | 0.29 |
| Hex | 6D | 32 | 25 | 0 | 36 | 42 | 39 | B | 31 | 1D |
| Octal | 155 | 62 | 45 | 0 | 66 | 102 | 71 | 13 | 61 | 35 |
| Binary | 1101101 | 110010 | 100101 | 0 | 110110 | 1000010 | 111001 | 1011 | 110001 | 11101 |
Color Harmonies of #6D3225
Complementary color
Monochromatic Colors of #6D3225
Black with #6D3225
Text Example
Text Example
White with #6D3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3225; }
p { color: rgb(109,50,37); }
H1.HeaderClassName
{
color: #6D3225;
}
.AnyTagClassName
{
color: #6D3225;
}
</style>
background-color css
<style>
a { background-color: #6D3225; }
a { background-color: rgb(109,50,37); }
div.DivClassName
{
background-color: #6D3225;
}
.BgClassName
{
background-color: #6D3225;
}
</style>
border-color css
<style>
span { border-color: #6D3225; }
span { border-color: rgb(109,50,37); }
td.TdClassName
{
border-color: #6D3225;
}
.TagClassName
{
border-color: #6D3225;
}
</style>