Shades of Pueblo #6B3828
Tints of Pueblo #6B3828
RGB
CMYK
RGB Variations
Color information
#6B3828 (or 0x6B3828) is known color: Pueblo. HEX triplet: 6B, 38 and 28. RGB value is (107,56,40). Sum of RGB (Red+Green+Blue) = 107+56+40=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3828 is #94C7D7. Grayscale: #454545. Windows color (decimal): -9750488 or 2635883. OLE color: 2635883.
HSL color Cylindrical-coordinate representation of color #6B3828: hue angle of 14.33º 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 #6B3828 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 56 | 40 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.58 |
| HSL | 14.33º | 0.46% | 0.29% | - |
| HSV(B) | 14.33º | 0.63% | 0.42% | - |
| XYZ | 7.86 | 6.11 | 2.77 | - |
| YUV | 69.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 56 | 40 | 0 | 0.48 | 0.63 | 0.58 | 14.33 | 0.46 | 0.29 |
| Hex | 6B | 38 | 28 | 0 | 30 | 3F | 3A | E | 2E | 1D |
| Octal | 153 | 70 | 50 | 0 | 60 | 77 | 72 | 16 | 56 | 35 |
| Binary | 1101011 | 111000 | 101000 | 0 | 110000 | 111111 | 111010 | 1110 | 101110 | 11101 |
Color Harmonies of #6B3828
Complementary color
Monochromatic Colors of #6B3828
Black with #6B3828
Text Example
Text Example
White with #6B3828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3828; }
p { color: rgb(107,56,40); }
H1.HeaderClassName
{
color: #6B3828;
}
.AnyTagClassName
{
color: #6B3828;
}
</style>
background-color css
<style>
a { background-color: #6B3828; }
a { background-color: rgb(107,56,40); }
div.DivClassName
{
background-color: #6B3828;
}
.BgClassName
{
background-color: #6B3828;
}
</style>
border-color css
<style>
span { border-color: #6B3828; }
span { border-color: rgb(107,56,40); }
td.TdClassName
{
border-color: #6B3828;
}
.TagClassName
{
border-color: #6B3828;
}
</style>