Shades of Pueblo #68291F
Tints of Pueblo #68291F
RGB
CMYK
RGB Variations
Color information
#68291F (or 0x68291F) is known color: Pueblo. HEX triplet: 68, 29 and 1F. RGB value is (104,41,31). Sum of RGB (Red+Green+Blue) = 104+41+31=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #68291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68291F is #97D6E0. Grayscale: #3A3A3A. Windows color (decimal): -9950945 or 2042216. OLE color: 2042216.
HSL color Cylindrical-coordinate representation of color #68291F: hue angle of 8.22º 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 #68291F is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 31 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.59 |
| HSL | 8.22º | 0.54% | 0.26% | - |
| HSV(B) | 8.22º | 0.7% | 0.41% | - |
| XYZ | 6.75 | 4.63 | 1.83 | - |
| YUV | 58.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 31 | 0 | 0.61 | 0.70 | 0.59 | 8.22 | 0.54 | 0.26 |
| Hex | 68 | 29 | 1F | 0 | 3D | 46 | 3B | 8 | 36 | 1A |
| Octal | 150 | 51 | 37 | 0 | 75 | 106 | 73 | 10 | 66 | 32 |
| Binary | 1101000 | 101001 | 11111 | 0 | 111101 | 1000110 | 111011 | 1000 | 110110 | 11010 |
Color Harmonies of #68291F
Complementary color
Monochromatic Colors of #68291F
Black with #68291F
Text Example
Text Example
White with #68291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68291F; }
p { color: rgb(104,41,31); }
H1.HeaderClassName
{
color: #68291F;
}
.AnyTagClassName
{
color: #68291F;
}
</style>
background-color css
<style>
a { background-color: #68291F; }
a { background-color: rgb(104,41,31); }
div.DivClassName
{
background-color: #68291F;
}
.BgClassName
{
background-color: #68291F;
}
</style>
border-color css
<style>
span { border-color: #68291F; }
span { border-color: rgb(104,41,31); }
td.TdClassName
{
border-color: #68291F;
}
.TagClassName
{
border-color: #68291F;
}
</style>