Shades of Pueblo #682821
Tints of Pueblo #682821
RGB
CMYK
RGB Variations
Color information
#682821 (or 0x682821) is known color: Pueblo. HEX triplet: 68, 28 and 21. RGB value is (104,40,33). Sum of RGB (Red+Green+Blue) = 104+40+33=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #682821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682821 is #97D7DE. Grayscale: #3A3A3A. Windows color (decimal): -9951199 or 2173032. OLE color: 2173032.
HSL color Cylindrical-coordinate representation of color #682821: hue angle of 5.92º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682821 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 33 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.59 |
| HSL | 5.92º | 0.52% | 0.27% | - |
| HSV(B) | 5.92º | 0.68% | 0.41% | - |
| XYZ | 6.74 | 4.57 | 1.97 | - |
| YUV | 58.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 33 | 0 | 0.62 | 0.68 | 0.59 | 5.92 | 0.52 | 0.27 |
| Hex | 68 | 28 | 21 | 0 | 3E | 44 | 3B | 6 | 34 | 1B |
| Octal | 150 | 50 | 41 | 0 | 76 | 104 | 73 | 6 | 64 | 33 |
| Binary | 1101000 | 101000 | 100001 | 0 | 111110 | 1000100 | 111011 | 110 | 110100 | 11011 |
Color Harmonies of #682821
Complementary color
Monochromatic Colors of #682821
Black with #682821
Text Example
Text Example
White with #682821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682821; }
p { color: rgb(104,40,33); }
H1.HeaderClassName
{
color: #682821;
}
.AnyTagClassName
{
color: #682821;
}
</style>
background-color css
<style>
a { background-color: #682821; }
a { background-color: rgb(104,40,33); }
div.DivClassName
{
background-color: #682821;
}
.BgClassName
{
background-color: #682821;
}
</style>
border-color css
<style>
span { border-color: #682821; }
span { border-color: rgb(104,40,33); }
td.TdClassName
{
border-color: #682821;
}
.TagClassName
{
border-color: #682821;
}
</style>