Shades of Siam #65665B
Tints of Siam #65665B
RGB
CMYK
RGB Variations
Color information
#65665B (or 0x65665B) is known color: Siam. HEX triplet: 65, 66 and 5B. RGB value is (101,102,91). Sum of RGB (Red+Green+Blue) = 101+102+91=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 102 - color contains mainly: green. Hex color #65665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65665B is #9A99A4. Grayscale: #646464. Windows color (decimal): -10131877 or 5989989. OLE color: 5989989.
HSL color Cylindrical-coordinate representation of color #65665B: hue angle of 65.45º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #65665B is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 102 | 91 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.6 |
| HSL | 65.45º | 0.06% | 0.38% | - |
| HSV(B) | 65.45º | 0.11% | 0.4% | - |
| XYZ | 12.01 | 13.02 | 11.78 | - |
| YUV | 100.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 91 | 0.01 | 0 | 0.11 | 0.6 | 65.45 | 0.06 | 0.38 |
| Hex | 65 | 66 | 5B | 1 | 0 | B | 3C | 41 | 6 | 26 |
| Octal | 145 | 146 | 133 | 1 | 0 | 13 | 74 | 101 | 6 | 46 |
| Binary | 1100101 | 1100110 | 1011011 | 1 | 0 | 1011 | 111100 | 1000001 | 110 | 100110 |
Color Harmonies of #65665B
Complementary color
Monochromatic Colors of #65665B
Black with #65665B
Text Example
Text Example
White with #65665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65665B; }
p { color: rgb(101,102,91); }
H1.HeaderClassName
{
color: #65665B;
}
.AnyTagClassName
{
color: #65665B;
}
</style>
background-color css
<style>
a { background-color: #65665B; }
a { background-color: rgb(101,102,91); }
div.DivClassName
{
background-color: #65665B;
}
.BgClassName
{
background-color: #65665B;
}
</style>
border-color css
<style>
span { border-color: #65665B; }
span { border-color: rgb(101,102,91); }
td.TdClassName
{
border-color: #65665B;
}
.TagClassName
{
border-color: #65665B;
}
</style>