Shades of Pueblo #693528
Tints of Pueblo #693528
RGB
CMYK
RGB Variations
Color information
#693528 (or 0x693528) is known color: Pueblo. HEX triplet: 69, 35 and 28. RGB value is (105,53,40). Sum of RGB (Red+Green+Blue) = 105+53+40=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #693528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693528 is #96CAD7. Grayscale: #434343. Windows color (decimal): -9882328 or 2635113. OLE color: 2635113.
HSL color Cylindrical-coordinate representation of color #693528: hue angle of 12º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #693528 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 53 | 40 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.59 |
| HSL | 12º | 0.45% | 0.28% | - |
| HSV(B) | 12º | 0.62% | 0.41% | - |
| XYZ | 7.48 | 5.7 | 2.71 | - |
| YUV | 67.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 40 | 0 | 0.50 | 0.62 | 0.59 | 12 | 0.45 | 0.28 |
| Hex | 69 | 35 | 28 | 0 | 32 | 3E | 3B | C | 2D | 1C |
| Octal | 151 | 65 | 50 | 0 | 62 | 76 | 73 | 14 | 55 | 34 |
| Binary | 1101001 | 110101 | 101000 | 0 | 110010 | 111110 | 111011 | 1100 | 101101 | 11100 |
Color Harmonies of #693528
Complementary color
Monochromatic Colors of #693528
Black with #693528
Text Example
Text Example
White with #693528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693528; }
p { color: rgb(105,53,40); }
H1.HeaderClassName
{
color: #693528;
}
.AnyTagClassName
{
color: #693528;
}
</style>
background-color css
<style>
a { background-color: #693528; }
a { background-color: rgb(105,53,40); }
div.DivClassName
{
background-color: #693528;
}
.BgClassName
{
background-color: #693528;
}
</style>
border-color css
<style>
span { border-color: #693528; }
span { border-color: rgb(105,53,40); }
td.TdClassName
{
border-color: #693528;
}
.TagClassName
{
border-color: #693528;
}
</style>