Shades of Pueblo #6B3228
Tints of Pueblo #6B3228
RGB
CMYK
RGB Variations
Color information
#6B3228 (or 0x6B3228) is known color: Pueblo. HEX triplet: 6B, 32 and 28. RGB value is (107,50,40). Sum of RGB (Red+Green+Blue) = 107+50+40=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3228 is #94CDD7. Grayscale: #424242. Windows color (decimal): -9752024 or 2634347. OLE color: 2634347.
HSL color Cylindrical-coordinate representation of color #6B3228: hue angle of 8.96º 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 #6B3228 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 50 | 40 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.58 |
| HSL | 8.96º | 0.46% | 0.29% | - |
| HSV(B) | 8.96º | 0.63% | 0.42% | - |
| XYZ | 7.59 | 5.56 | 2.68 | - |
| YUV | 65.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 50 | 40 | 0 | 0.53 | 0.63 | 0.58 | 8.96 | 0.46 | 0.29 |
| Hex | 6B | 32 | 28 | 0 | 35 | 3F | 3A | 9 | 2E | 1D |
| Octal | 153 | 62 | 50 | 0 | 65 | 77 | 72 | 11 | 56 | 35 |
| Binary | 1101011 | 110010 | 101000 | 0 | 110101 | 111111 | 111010 | 1001 | 101110 | 11101 |
Color Harmonies of #6B3228
Complementary color
Monochromatic Colors of #6B3228
Black with #6B3228
Text Example
Text Example
White with #6B3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3228; }
p { color: rgb(107,50,40); }
H1.HeaderClassName
{
color: #6B3228;
}
.AnyTagClassName
{
color: #6B3228;
}
</style>
background-color css
<style>
a { background-color: #6B3228; }
a { background-color: rgb(107,50,40); }
div.DivClassName
{
background-color: #6B3228;
}
.BgClassName
{
background-color: #6B3228;
}
</style>
border-color css
<style>
span { border-color: #6B3228; }
span { border-color: rgb(107,50,40); }
td.TdClassName
{
border-color: #6B3228;
}
.TagClassName
{
border-color: #6B3228;
}
</style>