Shades of Pueblo #68332A
Tints of Pueblo #68332A
RGB
CMYK
RGB Variations
Color information
#68332A (or 0x68332A) is known color: Pueblo. HEX triplet: 68, 33 and 2A. RGB value is (104,51,42). Sum of RGB (Red+Green+Blue) = 104+51+42=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68332A is #97CCD5. Grayscale: #414141. Windows color (decimal): -9948374 or 2765672. OLE color: 2765672.
HSL color Cylindrical-coordinate representation of color #68332A: hue angle of 8.71º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68332A is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 42 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.59 |
| HSL | 8.71º | 0.42% | 0.29% | - |
| HSV(B) | 8.71º | 0.6% | 0.41% | - |
| XYZ | 7.31 | 5.48 | 2.86 | - |
| YUV | 65.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 42 | 0 | 0.51 | 0.60 | 0.59 | 8.71 | 0.42 | 0.29 |
| Hex | 68 | 33 | 2A | 0 | 33 | 3C | 3B | 9 | 2A | 1D |
| Octal | 150 | 63 | 52 | 0 | 63 | 74 | 73 | 11 | 52 | 35 |
| Binary | 1101000 | 110011 | 101010 | 0 | 110011 | 111100 | 111011 | 1001 | 101010 | 11101 |
Color Harmonies of #68332A
Complementary color
Monochromatic Colors of #68332A
Black with #68332A
Text Example
Text Example
White with #68332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68332A; }
p { color: rgb(104,51,42); }
H1.HeaderClassName
{
color: #68332A;
}
.AnyTagClassName
{
color: #68332A;
}
</style>
background-color css
<style>
a { background-color: #68332A; }
a { background-color: rgb(104,51,42); }
div.DivClassName
{
background-color: #68332A;
}
.BgClassName
{
background-color: #68332A;
}
</style>
border-color css
<style>
span { border-color: #68332A; }
span { border-color: rgb(104,51,42); }
td.TdClassName
{
border-color: #68332A;
}
.TagClassName
{
border-color: #68332A;
}
</style>