Shades of Pueblo #68311E
Tints of Pueblo #68311E
RGB
CMYK
RGB Variations
Color information
#68311E (or 0x68311E) is known color: Pueblo. HEX triplet: 68, 31 and 1E. RGB value is (104,49,30). Sum of RGB (Red+Green+Blue) = 104+49+30=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68311E is #97CEE1. Grayscale: #3F3F3F. Windows color (decimal): -9948898 or 1978728. OLE color: 1978728.
HSL color Cylindrical-coordinate representation of color #68311E: hue angle of 15.41º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68311E is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 30 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.59 |
| HSL | 15.41º | 0.55% | 0.26% | - |
| HSV(B) | 15.41º | 0.71% | 0.41% | - |
| XYZ | 7.04 | 5.23 | 1.87 | - |
| YUV | 63.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 30 | 0 | 0.53 | 0.71 | 0.59 | 15.41 | 0.55 | 0.26 |
| Hex | 68 | 31 | 1E | 0 | 35 | 47 | 3B | F | 37 | 1A |
| Octal | 150 | 61 | 36 | 0 | 65 | 107 | 73 | 17 | 67 | 32 |
| Binary | 1101000 | 110001 | 11110 | 0 | 110101 | 1000111 | 111011 | 1111 | 110111 | 11010 |
Color Harmonies of #68311E
Complementary color
Monochromatic Colors of #68311E
Black with #68311E
Text Example
Text Example
White with #68311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68311E; }
p { color: rgb(104,49,30); }
H1.HeaderClassName
{
color: #68311E;
}
.AnyTagClassName
{
color: #68311E;
}
</style>
background-color css
<style>
a { background-color: #68311E; }
a { background-color: rgb(104,49,30); }
div.DivClassName
{
background-color: #68311E;
}
.BgClassName
{
background-color: #68311E;
}
</style>
border-color css
<style>
span { border-color: #68311E; }
span { border-color: rgb(104,49,30); }
td.TdClassName
{
border-color: #68311E;
}
.TagClassName
{
border-color: #68311E;
}
</style>