Shades of Pueblo #6B3528
Tints of Pueblo #6B3528
RGB
CMYK
RGB Variations
Color information
#6B3528 (or 0x6B3528) is known color: Pueblo. HEX triplet: 6B, 35 and 28. RGB value is (107,53,40). Sum of RGB (Red+Green+Blue) = 107+53+40=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3528 is #94CAD7. Grayscale: #434343. Windows color (decimal): -9751256 or 2635115. OLE color: 2635115.
HSL color Cylindrical-coordinate representation of color #6B3528: hue angle of 11.64º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B3528 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 53 | 40 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.58 |
| HSL | 11.64º | 0.46% | 0.29% | - |
| HSV(B) | 11.64º | 0.63% | 0.42% | - |
| XYZ | 7.72 | 5.83 | 2.72 | - |
| YUV | 67.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 40 | 0 | 0.50 | 0.63 | 0.58 | 11.64 | 0.46 | 0.29 |
| Hex | 6B | 35 | 28 | 0 | 32 | 3F | 3A | C | 2E | 1D |
| Octal | 153 | 65 | 50 | 0 | 62 | 77 | 72 | 14 | 56 | 35 |
| Binary | 1101011 | 110101 | 101000 | 0 | 110010 | 111111 | 111010 | 1100 | 101110 | 11101 |
Color Harmonies of #6B3528
Complementary color
Monochromatic Colors of #6B3528
Black with #6B3528
Text Example
Text Example
White with #6B3528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3528; }
p { color: rgb(107,53,40); }
H1.HeaderClassName
{
color: #6B3528;
}
.AnyTagClassName
{
color: #6B3528;
}
</style>
background-color css
<style>
a { background-color: #6B3528; }
a { background-color: rgb(107,53,40); }
div.DivClassName
{
background-color: #6B3528;
}
.BgClassName
{
background-color: #6B3528;
}
</style>
border-color css
<style>
span { border-color: #6B3528; }
span { border-color: rgb(107,53,40); }
td.TdClassName
{
border-color: #6B3528;
}
.TagClassName
{
border-color: #6B3528;
}
</style>