Shades of Pueblo #682F1F
Tints of Pueblo #682F1F
RGB
CMYK
RGB Variations
Color information
#682F1F (or 0x682F1F) is known color: Pueblo. HEX triplet: 68, 2F and 1F. RGB value is (104,47,31). Sum of RGB (Red+Green+Blue) = 104+47+31=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #682F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F1F is #97D0E0. Grayscale: #3E3E3E. Windows color (decimal): -9949409 or 2043752. OLE color: 2043752.
HSL color Cylindrical-coordinate representation of color #682F1F: hue angle of 13.15º 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 #682F1F is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 31 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.59 |
| HSL | 13.15º | 0.54% | 0.26% | - |
| HSV(B) | 13.15º | 0.7% | 0.41% | - |
| XYZ | 6.97 | 5.08 | 1.91 | - |
| YUV | 62.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 31 | 0 | 0.55 | 0.70 | 0.59 | 13.15 | 0.54 | 0.26 |
| Hex | 68 | 2F | 1F | 0 | 37 | 46 | 3B | D | 36 | 1A |
| Octal | 150 | 57 | 37 | 0 | 67 | 106 | 73 | 15 | 66 | 32 |
| Binary | 1101000 | 101111 | 11111 | 0 | 110111 | 1000110 | 111011 | 1101 | 110110 | 11010 |
Color Harmonies of #682F1F
Complementary color
Monochromatic Colors of #682F1F
Black with #682F1F
Text Example
Text Example
White with #682F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F1F; }
p { color: rgb(104,47,31); }
H1.HeaderClassName
{
color: #682F1F;
}
.AnyTagClassName
{
color: #682F1F;
}
</style>
background-color css
<style>
a { background-color: #682F1F; }
a { background-color: rgb(104,47,31); }
div.DivClassName
{
background-color: #682F1F;
}
.BgClassName
{
background-color: #682F1F;
}
</style>
border-color css
<style>
span { border-color: #682F1F; }
span { border-color: rgb(104,47,31); }
td.TdClassName
{
border-color: #682F1F;
}
.TagClassName
{
border-color: #682F1F;
}
</style>