Shades of Pueblo #6C2913
Tints of Pueblo #6C2913
RGB
CMYK
RGB Variations
Color information
#6C2913 (or 0x6C2913) is known color: Pueblo. HEX triplet: 6C, 29 and 13. RGB value is (108,41,19). Sum of RGB (Red+Green+Blue) = 108+41+19=168 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.29% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2913 is #93D6EC. Grayscale: #3A3A3A. Windows color (decimal): -9688813 or 1255788. OLE color: 1255788.
HSL color Cylindrical-coordinate representation of color #6C2913: hue angle of 14.83º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C2913 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 41 | 19 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.58 |
| HSL | 14.83º | 0.7% | 0.25% | - |
| HSV(B) | 14.83º | 0.82% | 0.42% | - |
| XYZ | 7.09 | 4.82 | 1.17 | - |
| YUV | 58.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 19 | 0 | 0.62 | 0.82 | 0.58 | 14.83 | 0.7 | 0.25 |
| Hex | 6C | 29 | 13 | 0 | 3E | 52 | 3A | F | 46 | 19 |
| Octal | 154 | 51 | 23 | 0 | 76 | 122 | 72 | 17 | 106 | 31 |
| Binary | 1101100 | 101001 | 10011 | 0 | 111110 | 1010010 | 111010 | 1111 | 1000110 | 11001 |
Color Harmonies of #6C2913
Complementary color
Monochromatic Colors of #6C2913
Black with #6C2913
Text Example
Text Example
White with #6C2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2913; }
p { color: rgb(108,41,19); }
H1.HeaderClassName
{
color: #6C2913;
}
.AnyTagClassName
{
color: #6C2913;
}
</style>
background-color css
<style>
a { background-color: #6C2913; }
a { background-color: rgb(108,41,19); }
div.DivClassName
{
background-color: #6C2913;
}
.BgClassName
{
background-color: #6C2913;
}
</style>
border-color css
<style>
span { border-color: #6C2913; }
span { border-color: rgb(108,41,19); }
td.TdClassName
{
border-color: #6C2913;
}
.TagClassName
{
border-color: #6C2913;
}
</style>