Shades of Pueblo #682A22
Tints of Pueblo #682A22
RGB
CMYK
RGB Variations
Color information
#682A22 (or 0x682A22) is known color: Pueblo. HEX triplet: 68, 2A and 22. RGB value is (104,42,34). Sum of RGB (Red+Green+Blue) = 104+42+34=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #682A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A22 is #97D5DD. Grayscale: #3B3B3B. Windows color (decimal): -9950686 or 2239080. OLE color: 2239080.
HSL color Cylindrical-coordinate representation of color #682A22: hue angle of 6.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #682A22 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 34 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.59 |
| HSL | 6.86º | 0.51% | 0.27% | - |
| HSV(B) | 6.86º | 0.67% | 0.41% | - |
| XYZ | 6.83 | 4.71 | 2.06 | - |
| YUV | 59.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 34 | 0 | 0.60 | 0.67 | 0.59 | 6.86 | 0.51 | 0.27 |
| Hex | 68 | 2A | 22 | 0 | 3C | 43 | 3B | 7 | 33 | 1B |
| Octal | 150 | 52 | 42 | 0 | 74 | 103 | 73 | 7 | 63 | 33 |
| Binary | 1101000 | 101010 | 100010 | 0 | 111100 | 1000011 | 111011 | 111 | 110011 | 11011 |
Color Harmonies of #682A22
Complementary color
Monochromatic Colors of #682A22
Black with #682A22
Text Example
Text Example
White with #682A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A22; }
p { color: rgb(104,42,34); }
H1.HeaderClassName
{
color: #682A22;
}
.AnyTagClassName
{
color: #682A22;
}
</style>
background-color css
<style>
a { background-color: #682A22; }
a { background-color: rgb(104,42,34); }
div.DivClassName
{
background-color: #682A22;
}
.BgClassName
{
background-color: #682A22;
}
</style>
border-color css
<style>
span { border-color: #682A22; }
span { border-color: rgb(104,42,34); }
td.TdClassName
{
border-color: #682A22;
}
.TagClassName
{
border-color: #682A22;
}
</style>