Shades of Pueblo #68301E
Tints of Pueblo #68301E
RGB
CMYK
RGB Variations
Color information
#68301E (or 0x68301E) is known color: Pueblo. HEX triplet: 68, 30 and 1E. RGB value is (104,48,30). Sum of RGB (Red+Green+Blue) = 104+48+30=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68301E is #97CFE1. Grayscale: #3E3E3E. Windows color (decimal): -9949154 or 1978472. OLE color: 1978472.
HSL color Cylindrical-coordinate representation of color #68301E: hue angle of 14.59º 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 #68301E is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 30 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.59 |
| HSL | 14.59º | 0.55% | 0.26% | - |
| HSV(B) | 14.59º | 0.71% | 0.41% | - |
| XYZ | 7 | 5.15 | 1.85 | - |
| YUV | 62.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 30 | 0 | 0.54 | 0.71 | 0.59 | 14.59 | 0.55 | 0.26 |
| Hex | 68 | 30 | 1E | 0 | 36 | 47 | 3B | F | 37 | 1A |
| Octal | 150 | 60 | 36 | 0 | 66 | 107 | 73 | 17 | 67 | 32 |
| Binary | 1101000 | 110000 | 11110 | 0 | 110110 | 1000111 | 111011 | 1111 | 110111 | 11010 |
Color Harmonies of #68301E
Complementary color
Monochromatic Colors of #68301E
Black with #68301E
Text Example
Text Example
White with #68301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68301E; }
p { color: rgb(104,48,30); }
H1.HeaderClassName
{
color: #68301E;
}
.AnyTagClassName
{
color: #68301E;
}
</style>
background-color css
<style>
a { background-color: #68301E; }
a { background-color: rgb(104,48,30); }
div.DivClassName
{
background-color: #68301E;
}
.BgClassName
{
background-color: #68301E;
}
</style>
border-color css
<style>
span { border-color: #68301E; }
span { border-color: rgb(104,48,30); }
td.TdClassName
{
border-color: #68301E;
}
.TagClassName
{
border-color: #68301E;
}
</style>