Shades of Pueblo #6C3624
Tints of Pueblo #6C3624
RGB
CMYK
RGB Variations
Color information
#6C3624 (or 0x6C3624) is known color: Pueblo. HEX triplet: 6C, 36 and 24. RGB value is (108,54,36). Sum of RGB (Red+Green+Blue) = 108+54+36=198 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.55% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3624 is #93C9DB. Grayscale: #444444. Windows color (decimal): -9685468 or 2373228. OLE color: 2373228.
HSL color Cylindrical-coordinate representation of color #6C3624: hue angle of 15º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C3624 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 54 | 36 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.58 |
| HSL | 15º | 0.5% | 0.28% | - |
| HSV(B) | 15º | 0.67% | 0.42% | - |
| XYZ | 7.82 | 5.95 | 2.41 | - |
| YUV | 68.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 36 | 0 | 0.50 | 0.67 | 0.58 | 15 | 0.5 | 0.28 |
| Hex | 6C | 36 | 24 | 0 | 32 | 43 | 3A | F | 32 | 1C |
| Octal | 154 | 66 | 44 | 0 | 62 | 103 | 72 | 17 | 62 | 34 |
| Binary | 1101100 | 110110 | 100100 | 0 | 110010 | 1000011 | 111010 | 1111 | 110010 | 11100 |
Color Harmonies of #6C3624
Complementary color
Monochromatic Colors of #6C3624
Black with #6C3624
Text Example
Text Example
White with #6C3624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3624; }
p { color: rgb(108,54,36); }
H1.HeaderClassName
{
color: #6C3624;
}
.AnyTagClassName
{
color: #6C3624;
}
</style>
background-color css
<style>
a { background-color: #6C3624; }
a { background-color: rgb(108,54,36); }
div.DivClassName
{
background-color: #6C3624;
}
.BgClassName
{
background-color: #6C3624;
}
</style>
border-color css
<style>
span { border-color: #6C3624; }
span { border-color: rgb(108,54,36); }
td.TdClassName
{
border-color: #6C3624;
}
.TagClassName
{
border-color: #6C3624;
}
</style>