Shades of Pueblo #6C3627
Tints of Pueblo #6C3627
RGB
CMYK
RGB Variations
Color information
#6C3627 (or 0x6C3627) is known color: Pueblo. HEX triplet: 6C, 36 and 27. RGB value is (108,54,39). Sum of RGB (Red+Green+Blue) = 108+54+39=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3627 is #93C9D8. Grayscale: #444444. Windows color (decimal): -9685465 or 2569836. OLE color: 2569836.
HSL color Cylindrical-coordinate representation of color #6C3627: hue angle of 13.04º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C3627 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 54 | 39 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.58 |
| HSL | 13.04º | 0.47% | 0.29% | - |
| HSV(B) | 13.04º | 0.64% | 0.42% | - |
| XYZ | 7.87 | 5.97 | 2.66 | - |
| YUV | 68.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 39 | 0 | 0.50 | 0.64 | 0.58 | 13.04 | 0.47 | 0.29 |
| Hex | 6C | 36 | 27 | 0 | 32 | 40 | 3A | D | 2F | 1D |
| Octal | 154 | 66 | 47 | 0 | 62 | 100 | 72 | 15 | 57 | 35 |
| Binary | 1101100 | 110110 | 100111 | 0 | 110010 | 1000000 | 111010 | 1101 | 101111 | 11101 |
Color Harmonies of #6C3627
Complementary color
Monochromatic Colors of #6C3627
Black with #6C3627
Text Example
Text Example
White with #6C3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3627; }
p { color: rgb(108,54,39); }
H1.HeaderClassName
{
color: #6C3627;
}
.AnyTagClassName
{
color: #6C3627;
}
</style>
background-color css
<style>
a { background-color: #6C3627; }
a { background-color: rgb(108,54,39); }
div.DivClassName
{
background-color: #6C3627;
}
.BgClassName
{
background-color: #6C3627;
}
</style>
border-color css
<style>
span { border-color: #6C3627; }
span { border-color: rgb(108,54,39); }
td.TdClassName
{
border-color: #6C3627;
}
.TagClassName
{
border-color: #6C3627;
}
</style>