Shades of Pueblo #69342A
Tints of Pueblo #69342A
RGB
CMYK
RGB Variations
Color information
#69342A (or 0x69342A) is known color: Pueblo. HEX triplet: 69, 34 and 2A. RGB value is (105,52,42). Sum of RGB (Red+Green+Blue) = 105+52+42=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #69342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69342A is #96CBD5. Grayscale: #424242. Windows color (decimal): -9882582 or 2765929. OLE color: 2765929.
HSL color Cylindrical-coordinate representation of color #69342A: hue angle of 9.52º degrees, saturation: 0.43, 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 #69342A is Cyan = 0, Magento = 0.50, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 52 | 42 | - |
| CMYK | 0 | 0.50 | 0.6 | 0.59 |
| HSL | 9.52º | 0.43% | 0.29% | - |
| HSV(B) | 9.52º | 0.6% | 0.41% | - |
| XYZ | 7.47 | 5.63 | 2.88 | - |
| YUV | 66.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 42 | 0 | 0.50 | 0.6 | 0.59 | 9.52 | 0.43 | 0.29 |
| Hex | 69 | 34 | 2A | 0 | 32 | 3C | 3B | A | 2B | 1D |
| Octal | 151 | 64 | 52 | 0 | 62 | 74 | 73 | 12 | 53 | 35 |
| Binary | 1101001 | 110100 | 101010 | 0 | 110010 | 111100 | 111011 | 1010 | 101011 | 11101 |
Color Harmonies of #69342A
Complementary color
Monochromatic Colors of #69342A
Black with #69342A
Text Example
Text Example
White with #69342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69342A; }
p { color: rgb(105,52,42); }
H1.HeaderClassName
{
color: #69342A;
}
.AnyTagClassName
{
color: #69342A;
}
</style>
background-color css
<style>
a { background-color: #69342A; }
a { background-color: rgb(105,52,42); }
div.DivClassName
{
background-color: #69342A;
}
.BgClassName
{
background-color: #69342A;
}
</style>
border-color css
<style>
span { border-color: #69342A; }
span { border-color: rgb(105,52,42); }
td.TdClassName
{
border-color: #69342A;
}
.TagClassName
{
border-color: #69342A;
}
</style>