Shades of Siam #65665C
Tints of Siam #65665C
RGB
CMYK
RGB Variations
Color information
#65665C (or 0x65665C) is known color: Siam. HEX triplet: 65, 66 and 5C. RGB value is (101,102,92). Sum of RGB (Red+Green+Blue) = 101+102+92=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 102 - color contains mainly: green. Hex color #65665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65665C is #9A99A3. Grayscale: #646464. Windows color (decimal): -10131876 or 6055525. OLE color: 6055525.
HSL color Cylindrical-coordinate representation of color #65665C: hue angle of 66º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #65665C is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 102 | 92 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.6 |
| HSL | 66º | 0.05% | 0.38% | - |
| HSV(B) | 66º | 0.1% | 0.4% | - |
| XYZ | 12.05 | 13.04 | 12.01 | - |
| YUV | 100.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 92 | 0.01 | 0 | 0.10 | 0.6 | 66 | 0.05 | 0.38 |
| Hex | 65 | 66 | 5C | 1 | 0 | A | 3C | 42 | 5 | 26 |
| Octal | 145 | 146 | 134 | 1 | 0 | 12 | 74 | 102 | 5 | 46 |
| Binary | 1100101 | 1100110 | 1011100 | 1 | 0 | 1010 | 111100 | 1000010 | 101 | 100110 |
Color Harmonies of #65665C
Complementary color
Monochromatic Colors of #65665C
Black with #65665C
Text Example
Text Example
White with #65665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65665C; }
p { color: rgb(101,102,92); }
H1.HeaderClassName
{
color: #65665C;
}
.AnyTagClassName
{
color: #65665C;
}
</style>
background-color css
<style>
a { background-color: #65665C; }
a { background-color: rgb(101,102,92); }
div.DivClassName
{
background-color: #65665C;
}
.BgClassName
{
background-color: #65665C;
}
</style>
border-color css
<style>
span { border-color: #65665C; }
span { border-color: rgb(101,102,92); }
td.TdClassName
{
border-color: #65665C;
}
.TagClassName
{
border-color: #65665C;
}
</style>