Shades of Pueblo #68291C
Tints of Pueblo #68291C
RGB
CMYK
RGB Variations
Color information
#68291C (or 0x68291C) is known color: Pueblo. HEX triplet: 68, 29 and 1C. RGB value is (104,41,28). Sum of RGB (Red+Green+Blue) = 104+41+28=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #68291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68291C is #97D6E3. Grayscale: #3A3A3A. Windows color (decimal): -9950948 or 1845608. OLE color: 1845608.
HSL color Cylindrical-coordinate representation of color #68291C: hue angle of 10.26º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68291C is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 28 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.59 |
| HSL | 10.26º | 0.58% | 0.26% | - |
| HSV(B) | 10.26º | 0.73% | 0.41% | - |
| XYZ | 6.71 | 4.61 | 1.64 | - |
| YUV | 58.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 28 | 0 | 0.61 | 0.73 | 0.59 | 10.26 | 0.58 | 0.26 |
| Hex | 68 | 29 | 1C | 0 | 3D | 49 | 3B | A | 3A | 1A |
| Octal | 150 | 51 | 34 | 0 | 75 | 111 | 73 | 12 | 72 | 32 |
| Binary | 1101000 | 101001 | 11100 | 0 | 111101 | 1001001 | 111011 | 1010 | 111010 | 11010 |
Color Harmonies of #68291C
Complementary color
Monochromatic Colors of #68291C
Black with #68291C
Text Example
Text Example
White with #68291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68291C; }
p { color: rgb(104,41,28); }
H1.HeaderClassName
{
color: #68291C;
}
.AnyTagClassName
{
color: #68291C;
}
</style>
background-color css
<style>
a { background-color: #68291C; }
a { background-color: rgb(104,41,28); }
div.DivClassName
{
background-color: #68291C;
}
.BgClassName
{
background-color: #68291C;
}
</style>
border-color css
<style>
span { border-color: #68291C; }
span { border-color: rgb(104,41,28); }
td.TdClassName
{
border-color: #68291C;
}
.TagClassName
{
border-color: #68291C;
}
</style>