Shades of Siam #696C48
Tints of Siam #696C48
RGB
CMYK
RGB Variations
Color information
#696C48 (or 0x696C48) is known color: Siam. HEX triplet: 69, 6C and 48. RGB value is (105,108,72). Sum of RGB (Red+Green+Blue) = 105+108+72=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 108 - color contains mainly: green. Hex color #696C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696C48 is #9693B7. Grayscale: #676767. Windows color (decimal): -9868216 or 4746345. OLE color: 4746345.
HSL color Cylindrical-coordinate representation of color #696C48: hue angle of 65º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696C48 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 108 | 72 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.58 |
| HSL | 65º | 0.2% | 0.35% | - |
| HSV(B) | 65º | 0.33% | 0.42% | - |
| XYZ | 12.36 | 14.2 | 8.22 | - |
| YUV | 103 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 72 | 0.03 | 0 | 0.33 | 0.58 | 65 | 0.2 | 0.35 |
| Hex | 69 | 6C | 48 | 3 | 0 | 21 | 3A | 41 | 14 | 23 |
| Octal | 151 | 154 | 110 | 3 | 0 | 41 | 72 | 101 | 24 | 43 |
| Binary | 1101001 | 1101100 | 1001000 | 11 | 0 | 100001 | 111010 | 1000001 | 10100 | 100011 |
Color Harmonies of #696C48
Complementary color
Monochromatic Colors of #696C48
Black with #696C48
Text Example
Text Example
White with #696C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C48; }
p { color: rgb(105,108,72); }
H1.HeaderClassName
{
color: #696C48;
}
.AnyTagClassName
{
color: #696C48;
}
</style>
background-color css
<style>
a { background-color: #696C48; }
a { background-color: rgb(105,108,72); }
div.DivClassName
{
background-color: #696C48;
}
.BgClassName
{
background-color: #696C48;
}
</style>
border-color css
<style>
span { border-color: #696C48; }
span { border-color: rgb(105,108,72); }
td.TdClassName
{
border-color: #696C48;
}
.TagClassName
{
border-color: #696C48;
}
</style>