Shades of Pueblo #6B2913
Tints of Pueblo #6B2913
RGB
CMYK
RGB Variations
Color information
#6B2913 (or 0x6B2913) is known color: Pueblo. HEX triplet: 6B, 29 and 13. RGB value is (107,41,19). Sum of RGB (Red+Green+Blue) = 107+41+19=167 (22% of max value = 765). Red value is 107 (42.19% from 255 or 64.07% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2913 is #94D6EC. Grayscale: #3A3A3A. Windows color (decimal): -9754349 or 1255787. OLE color: 1255787.
HSL color Cylindrical-coordinate representation of color #6B2913: hue angle of 15º 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 #6B2913 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 41 | 19 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.58 |
| HSL | 15º | 0.7% | 0.25% | - |
| HSV(B) | 15º | 0.82% | 0.42% | - |
| XYZ | 6.97 | 4.76 | 1.17 | - |
| YUV | 58.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 19 | 0 | 0.62 | 0.82 | 0.58 | 15 | 0.7 | 0.25 |
| Hex | 6B | 29 | 13 | 0 | 3E | 52 | 3A | F | 46 | 19 |
| Octal | 153 | 51 | 23 | 0 | 76 | 122 | 72 | 17 | 106 | 31 |
| Binary | 1101011 | 101001 | 10011 | 0 | 111110 | 1010010 | 111010 | 1111 | 1000110 | 11001 |
Color Harmonies of #6B2913
Complementary color
Monochromatic Colors of #6B2913
Black with #6B2913
Text Example
Text Example
White with #6B2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2913; }
p { color: rgb(107,41,19); }
H1.HeaderClassName
{
color: #6B2913;
}
.AnyTagClassName
{
color: #6B2913;
}
</style>
background-color css
<style>
a { background-color: #6B2913; }
a { background-color: rgb(107,41,19); }
div.DivClassName
{
background-color: #6B2913;
}
.BgClassName
{
background-color: #6B2913;
}
</style>
border-color css
<style>
span { border-color: #6B2913; }
span { border-color: rgb(107,41,19); }
td.TdClassName
{
border-color: #6B2913;
}
.TagClassName
{
border-color: #6B2913;
}
</style>