Shades of Pueblo #68301F
Tints of Pueblo #68301F
RGB
CMYK
RGB Variations
Color information
#68301F (or 0x68301F) is known color: Pueblo. HEX triplet: 68, 30 and 1F. RGB value is (104,48,31). Sum of RGB (Red+Green+Blue) = 104+48+31=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68301F is #97CFE0. Grayscale: #3E3E3E. Windows color (decimal): -9949153 or 2044008. OLE color: 2044008.
HSL color Cylindrical-coordinate representation of color #68301F: hue angle of 13.97º 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 #68301F is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 31 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.59 |
| HSL | 13.97º | 0.54% | 0.26% | - |
| HSV(B) | 13.97º | 0.7% | 0.41% | - |
| XYZ | 7.01 | 5.16 | 1.92 | - |
| YUV | 62.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 31 | 0 | 0.54 | 0.70 | 0.59 | 13.97 | 0.54 | 0.26 |
| Hex | 68 | 30 | 1F | 0 | 36 | 46 | 3B | E | 36 | 1A |
| Octal | 150 | 60 | 37 | 0 | 66 | 106 | 73 | 16 | 66 | 32 |
| Binary | 1101000 | 110000 | 11111 | 0 | 110110 | 1000110 | 111011 | 1110 | 110110 | 11010 |
Color Harmonies of #68301F
Complementary color
Monochromatic Colors of #68301F
Black with #68301F
Text Example
Text Example
White with #68301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68301F; }
p { color: rgb(104,48,31); }
H1.HeaderClassName
{
color: #68301F;
}
.AnyTagClassName
{
color: #68301F;
}
</style>
background-color css
<style>
a { background-color: #68301F; }
a { background-color: rgb(104,48,31); }
div.DivClassName
{
background-color: #68301F;
}
.BgClassName
{
background-color: #68301F;
}
</style>
border-color css
<style>
span { border-color: #68301F; }
span { border-color: rgb(104,48,31); }
td.TdClassName
{
border-color: #68301F;
}
.TagClassName
{
border-color: #68301F;
}
</style>