Shades of Pueblo #6C3127
Tints of Pueblo #6C3127
RGB
CMYK
RGB Variations
Color information
#6C3127 (or 0x6C3127) is known color: Pueblo. HEX triplet: 6C, 31 and 27. RGB value is (108,49,39). Sum of RGB (Red+Green+Blue) = 108+49+39=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3127 is #93CED8. Grayscale: #414141. Windows color (decimal): -9686745 or 2568556. OLE color: 2568556.
HSL color Cylindrical-coordinate representation of color #6C3127: hue angle of 8.7º 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 #6C3127 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 49 | 39 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.58 |
| HSL | 8.7º | 0.47% | 0.29% | - |
| HSV(B) | 8.7º | 0.64% | 0.42% | - |
| XYZ | 7.65 | 5.53 | 2.58 | - |
| YUV | 65.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 49 | 39 | 0 | 0.55 | 0.64 | 0.58 | 8.7 | 0.47 | 0.29 |
| Hex | 6C | 31 | 27 | 0 | 37 | 40 | 3A | 9 | 2F | 1D |
| Octal | 154 | 61 | 47 | 0 | 67 | 100 | 72 | 11 | 57 | 35 |
| Binary | 1101100 | 110001 | 100111 | 0 | 110111 | 1000000 | 111010 | 1001 | 101111 | 11101 |
Color Harmonies of #6C3127
Complementary color
Monochromatic Colors of #6C3127
Black with #6C3127
Text Example
Text Example
White with #6C3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3127; }
p { color: rgb(108,49,39); }
H1.HeaderClassName
{
color: #6C3127;
}
.AnyTagClassName
{
color: #6C3127;
}
</style>
background-color css
<style>
a { background-color: #6C3127; }
a { background-color: rgb(108,49,39); }
div.DivClassName
{
background-color: #6C3127;
}
.BgClassName
{
background-color: #6C3127;
}
</style>
border-color css
<style>
span { border-color: #6C3127; }
span { border-color: rgb(108,49,39); }
td.TdClassName
{
border-color: #6C3127;
}
.TagClassName
{
border-color: #6C3127;
}
</style>