Shades of Pueblo #682D1F
Tints of Pueblo #682D1F
RGB
CMYK
RGB Variations
Color information
#682D1F (or 0x682D1F) is known color: Pueblo. HEX triplet: 68, 2D and 1F. RGB value is (104,45,31). Sum of RGB (Red+Green+Blue) = 104+45+31=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #682D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D1F is #97D2E0. Grayscale: #3D3D3D. Windows color (decimal): -9949921 or 2043240. OLE color: 2043240.
HSL color Cylindrical-coordinate representation of color #682D1F: hue angle of 11.51º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #682D1F is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 31 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.59 |
| HSL | 11.51º | 0.54% | 0.26% | - |
| HSV(B) | 11.51º | 0.7% | 0.41% | - |
| XYZ | 6.89 | 4.92 | 1.88 | - |
| YUV | 61.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 31 | 0 | 0.57 | 0.70 | 0.59 | 11.51 | 0.54 | 0.26 |
| Hex | 68 | 2D | 1F | 0 | 39 | 46 | 3B | C | 36 | 1A |
| Octal | 150 | 55 | 37 | 0 | 71 | 106 | 73 | 14 | 66 | 32 |
| Binary | 1101000 | 101101 | 11111 | 0 | 111001 | 1000110 | 111011 | 1100 | 110110 | 11010 |
Color Harmonies of #682D1F
Complementary color
Monochromatic Colors of #682D1F
Black with #682D1F
Text Example
Text Example
White with #682D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D1F; }
p { color: rgb(104,45,31); }
H1.HeaderClassName
{
color: #682D1F;
}
.AnyTagClassName
{
color: #682D1F;
}
</style>
background-color css
<style>
a { background-color: #682D1F; }
a { background-color: rgb(104,45,31); }
div.DivClassName
{
background-color: #682D1F;
}
.BgClassName
{
background-color: #682D1F;
}
</style>
border-color css
<style>
span { border-color: #682D1F; }
span { border-color: rgb(104,45,31); }
td.TdClassName
{
border-color: #682D1F;
}
.TagClassName
{
border-color: #682D1F;
}
</style>