Shades of Pueblo #682E20
Tints of Pueblo #682E20
RGB
CMYK
RGB Variations
Color information
#682E20 (or 0x682E20) is known color: Pueblo. HEX triplet: 68, 2E and 20. RGB value is (104,46,32). Sum of RGB (Red+Green+Blue) = 104+46+32=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #682E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E20 is #97D1DF. Grayscale: #3D3D3D. Windows color (decimal): -9949664 or 2109032. OLE color: 2109032.
HSL color Cylindrical-coordinate representation of color #682E20: hue angle of 11.67º 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 #682E20 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 32 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.59 |
| HSL | 11.67º | 0.53% | 0.27% | - |
| HSV(B) | 11.67º | 0.69% | 0.41% | - |
| XYZ | 6.95 | 5 | 1.97 | - |
| YUV | 61.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 32 | 0 | 0.56 | 0.69 | 0.59 | 11.67 | 0.53 | 0.27 |
| Hex | 68 | 2E | 20 | 0 | 38 | 45 | 3B | C | 35 | 1B |
| Octal | 150 | 56 | 40 | 0 | 70 | 105 | 73 | 14 | 65 | 33 |
| Binary | 1101000 | 101110 | 100000 | 0 | 111000 | 1000101 | 111011 | 1100 | 110101 | 11011 |
Color Harmonies of #682E20
Complementary color
Monochromatic Colors of #682E20
Black with #682E20
Text Example
Text Example
White with #682E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E20; }
p { color: rgb(104,46,32); }
H1.HeaderClassName
{
color: #682E20;
}
.AnyTagClassName
{
color: #682E20;
}
</style>
background-color css
<style>
a { background-color: #682E20; }
a { background-color: rgb(104,46,32); }
div.DivClassName
{
background-color: #682E20;
}
.BgClassName
{
background-color: #682E20;
}
</style>
border-color css
<style>
span { border-color: #682E20; }
span { border-color: rgb(104,46,32); }
td.TdClassName
{
border-color: #682E20;
}
.TagClassName
{
border-color: #682E20;
}
</style>