Shades of Pueblo #682D19
Tints of Pueblo #682D19
RGB
CMYK
RGB Variations
Color information
#682D19 (or 0x682D19) is known color: Pueblo. HEX triplet: 68, 2D and 19. RGB value is (104,45,25). Sum of RGB (Red+Green+Blue) = 104+45+25=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #682D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682D19 is #97D2E6. Grayscale: #3C3C3C. Windows color (decimal): -9949927 or 1650024. OLE color: 1650024.
HSL color Cylindrical-coordinate representation of color #682D19: hue angle of 15.19º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682D19 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 25 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.59 |
| HSL | 15.19º | 0.61% | 0.25% | - |
| HSV(B) | 15.19º | 0.76% | 0.41% | - |
| XYZ | 6.82 | 4.89 | 1.5 | - |
| YUV | 60.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 25 | 0 | 0.57 | 0.76 | 0.59 | 15.19 | 0.61 | 0.25 |
| Hex | 68 | 2D | 19 | 0 | 39 | 4C | 3B | F | 3D | 19 |
| Octal | 150 | 55 | 31 | 0 | 71 | 114 | 73 | 17 | 75 | 31 |
| Binary | 1101000 | 101101 | 11001 | 0 | 111001 | 1001100 | 111011 | 1111 | 111101 | 11001 |
Color Harmonies of #682D19
Complementary color
Monochromatic Colors of #682D19
Black with #682D19
Text Example
Text Example
White with #682D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D19; }
p { color: rgb(104,45,25); }
H1.HeaderClassName
{
color: #682D19;
}
.AnyTagClassName
{
color: #682D19;
}
</style>
background-color css
<style>
a { background-color: #682D19; }
a { background-color: rgb(104,45,25); }
div.DivClassName
{
background-color: #682D19;
}
.BgClassName
{
background-color: #682D19;
}
</style>
border-color css
<style>
span { border-color: #682D19; }
span { border-color: rgb(104,45,25); }
td.TdClassName
{
border-color: #682D19;
}
.TagClassName
{
border-color: #682D19;
}
</style>