Shades of Pueblo #6C3525
Tints of Pueblo #6C3525
RGB
CMYK
RGB Variations
Color information
#6C3525 (or 0x6C3525) is known color: Pueblo. HEX triplet: 6C, 35 and 25. RGB value is (108,53,37). Sum of RGB (Red+Green+Blue) = 108+53+37=198 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.55% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3525 is #93CADA. Grayscale: #434343. Windows color (decimal): -9685723 or 2438508. OLE color: 2438508.
HSL color Cylindrical-coordinate representation of color #6C3525: hue angle of 13.52º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C3525 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 53 | 37 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.58 |
| HSL | 13.52º | 0.49% | 0.28% | - |
| HSV(B) | 13.52º | 0.66% | 0.42% | - |
| XYZ | 7.79 | 5.87 | 2.47 | - |
| YUV | 67.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 37 | 0 | 0.51 | 0.66 | 0.58 | 13.52 | 0.49 | 0.28 |
| Hex | 6C | 35 | 25 | 0 | 33 | 42 | 3A | E | 31 | 1C |
| Octal | 154 | 65 | 45 | 0 | 63 | 102 | 72 | 16 | 61 | 34 |
| Binary | 1101100 | 110101 | 100101 | 0 | 110011 | 1000010 | 111010 | 1110 | 110001 | 11100 |
Color Harmonies of #6C3525
Complementary color
Monochromatic Colors of #6C3525
Black with #6C3525
Text Example
Text Example
White with #6C3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3525; }
p { color: rgb(108,53,37); }
H1.HeaderClassName
{
color: #6C3525;
}
.AnyTagClassName
{
color: #6C3525;
}
</style>
background-color css
<style>
a { background-color: #6C3525; }
a { background-color: rgb(108,53,37); }
div.DivClassName
{
background-color: #6C3525;
}
.BgClassName
{
background-color: #6C3525;
}
</style>
border-color css
<style>
span { border-color: #6C3525; }
span { border-color: rgb(108,53,37); }
td.TdClassName
{
border-color: #6C3525;
}
.TagClassName
{
border-color: #6C3525;
}
</style>