Shades of Pueblo #682C20
Tints of Pueblo #682C20
RGB
CMYK
RGB Variations
Color information
#682C20 (or 0x682C20) is known color: Pueblo. HEX triplet: 68, 2C and 20. RGB value is (104,44,32). Sum of RGB (Red+Green+Blue) = 104+44+32=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #682C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C20 is #97D3DF. Grayscale: #3C3C3C. Windows color (decimal): -9950176 or 2108520. OLE color: 2108520.
HSL color Cylindrical-coordinate representation of color #682C20: hue angle of 10º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682C20 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 44 | 32 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.59 |
| HSL | 10º | 0.53% | 0.27% | - |
| HSV(B) | 10º | 0.69% | 0.41% | - |
| XYZ | 6.87 | 4.85 | 1.94 | - |
| YUV | 60.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 32 | 0 | 0.58 | 0.69 | 0.59 | 10 | 0.53 | 0.27 |
| Hex | 68 | 2C | 20 | 0 | 3A | 45 | 3B | A | 35 | 1B |
| Octal | 150 | 54 | 40 | 0 | 72 | 105 | 73 | 12 | 65 | 33 |
| Binary | 1101000 | 101100 | 100000 | 0 | 111010 | 1000101 | 111011 | 1010 | 110101 | 11011 |
Color Harmonies of #682C20
Complementary color
Monochromatic Colors of #682C20
Black with #682C20
Text Example
Text Example
White with #682C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C20; }
p { color: rgb(104,44,32); }
H1.HeaderClassName
{
color: #682C20;
}
.AnyTagClassName
{
color: #682C20;
}
</style>
background-color css
<style>
a { background-color: #682C20; }
a { background-color: rgb(104,44,32); }
div.DivClassName
{
background-color: #682C20;
}
.BgClassName
{
background-color: #682C20;
}
</style>
border-color css
<style>
span { border-color: #682C20; }
span { border-color: rgb(104,44,32); }
td.TdClassName
{
border-color: #682C20;
}
.TagClassName
{
border-color: #682C20;
}
</style>