Shades of Pueblo #68301B
Tints of Pueblo #68301B
RGB
CMYK
RGB Variations
Color information
#68301B (or 0x68301B) is known color: Pueblo. HEX triplet: 68, 30 and 1B. RGB value is (104,48,27). Sum of RGB (Red+Green+Blue) = 104+48+27=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #68301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68301B is #97CFE4. Grayscale: #3E3E3E. Windows color (decimal): -9949157 or 1781864. OLE color: 1781864.
HSL color Cylindrical-coordinate representation of color #68301B: hue angle of 16.36º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68301B is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 27 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.59 |
| HSL | 16.36º | 0.59% | 0.26% | - |
| HSV(B) | 16.36º | 0.74% | 0.41% | - |
| XYZ | 6.96 | 5.14 | 1.66 | - |
| YUV | 62.35 | 108.05 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 27 | 0 | 0.54 | 0.74 | 0.59 | 16.36 | 0.59 | 0.26 |
| Hex | 68 | 30 | 1B | 0 | 36 | 4A | 3B | 10 | 3B | 1A |
| Octal | 150 | 60 | 33 | 0 | 66 | 112 | 73 | 20 | 73 | 32 |
| Binary | 1101000 | 110000 | 11011 | 0 | 110110 | 1001010 | 111011 | 10000 | 111011 | 11010 |
Color Harmonies of #68301B
Complementary color
Monochromatic Colors of #68301B
Black with #68301B
Text Example
Text Example
White with #68301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68301B; }
p { color: rgb(104,48,27); }
H1.HeaderClassName
{
color: #68301B;
}
.AnyTagClassName
{
color: #68301B;
}
</style>
background-color css
<style>
a { background-color: #68301B; }
a { background-color: rgb(104,48,27); }
div.DivClassName
{
background-color: #68301B;
}
.BgClassName
{
background-color: #68301B;
}
</style>
border-color css
<style>
span { border-color: #68301B; }
span { border-color: rgb(104,48,27); }
td.TdClassName
{
border-color: #68301B;
}
.TagClassName
{
border-color: #68301B;
}
</style>