Shades of Pueblo #682F20
Tints of Pueblo #682F20
RGB
CMYK
RGB Variations
Color information
#682F20 (or 0x682F20) is known color: Pueblo. HEX triplet: 68, 2F and 20. RGB value is (104,47,32). Sum of RGB (Red+Green+Blue) = 104+47+32=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #682F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F20 is #97D0DF. Grayscale: #3E3E3E. Windows color (decimal): -9949408 or 2109288. OLE color: 2109288.
HSL color Cylindrical-coordinate representation of color #682F20: hue angle of 12.5º 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 #682F20 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 32 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.59 |
| HSL | 12.5º | 0.53% | 0.27% | - |
| HSV(B) | 12.5º | 0.69% | 0.41% | - |
| XYZ | 6.99 | 5.08 | 1.98 | - |
| YUV | 62.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 32 | 0 | 0.55 | 0.69 | 0.59 | 12.5 | 0.53 | 0.27 |
| Hex | 68 | 2F | 20 | 0 | 37 | 45 | 3B | C | 35 | 1B |
| Octal | 150 | 57 | 40 | 0 | 67 | 105 | 73 | 14 | 65 | 33 |
| Binary | 1101000 | 101111 | 100000 | 0 | 110111 | 1000101 | 111011 | 1100 | 110101 | 11011 |
Color Harmonies of #682F20
Complementary color
Monochromatic Colors of #682F20
Black with #682F20
Text Example
Text Example
White with #682F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F20; }
p { color: rgb(104,47,32); }
H1.HeaderClassName
{
color: #682F20;
}
.AnyTagClassName
{
color: #682F20;
}
</style>
background-color css
<style>
a { background-color: #682F20; }
a { background-color: rgb(104,47,32); }
div.DivClassName
{
background-color: #682F20;
}
.BgClassName
{
background-color: #682F20;
}
</style>
border-color css
<style>
span { border-color: #682F20; }
span { border-color: rgb(104,47,32); }
td.TdClassName
{
border-color: #682F20;
}
.TagClassName
{
border-color: #682F20;
}
</style>